Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathvik Ponangi committed Jan 20, 2015
1 parent 62edb79 commit d7f9019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jQuery.print.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* @license
* jQuery.print, version 1.3.0
* jQuery.print, version 1.3.1
* (c) Sathvik Ponangi, Doers' Guild
* Licence: CC-By (http://creativecommons.org/licenses/by/3.0/)
*--------------------------------------------------------------------------*/
Expand Down Expand Up @@ -190,9 +190,9 @@
}
}, 100);
})
.fail(function () {
.fail(function (err) {
// Use the pop-up method if iframe fails for some reason
console.error("Failed to print from iframe");
console.error("Failed to print from iframe", err);
printContentInNewWindow(content);
})
.always(function () {
Expand Down

0 comments on commit d7f9019

Please sign in to comment.