From d7f9019356b74e717d5038d87fa98fd7c75fda77 Mon Sep 17 00:00:00 2001 From: Sathvik Ponangi Date: Tue, 20 Jan 2015 12:50:19 +0530 Subject: [PATCH] Bump version --- jQuery.print.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jQuery.print.js b/jQuery.print.js index 0f2ff80..42eec65 100644 --- a/jQuery.print.js +++ b/jQuery.print.js @@ -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/) *--------------------------------------------------------------------------*/ @@ -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 () {