Skip to content

Commit d7f9019

Browse files
author
Sathvik Ponangi
committed
Bump version
1 parent 62edb79 commit d7f9019

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jQuery.print.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* @license
2-
* jQuery.print, version 1.3.0
2+
* jQuery.print, version 1.3.1
33
* (c) Sathvik Ponangi, Doers' Guild
44
* Licence: CC-By (http://creativecommons.org/licenses/by/3.0/)
55
*--------------------------------------------------------------------------*/
@@ -190,9 +190,9 @@
190190
}
191191
}, 100);
192192
})
193-
.fail(function () {
193+
.fail(function (err) {
194194
// Use the pop-up method if iframe fails for some reason
195-
console.error("Failed to print from iframe");
195+
console.error("Failed to print from iframe", err);
196196
printContentInNewWindow(content);
197197
})
198198
.always(function () {

0 commit comments

Comments
 (0)