We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05beccf commit 64470a1Copy full SHA for 64470a1
jquery.fileDownload.js
@@ -1,5 +1,5 @@
1
/*
2
-* jQuery File Download Plugin v1.2.0
+* jQuery File Download Plugin v1.2.1
3
*
4
* http://www.johnculviner.com
5
@@ -179,7 +179,7 @@ $.extend({
179
});
180
}
181
182
- $iframe = $("<iframe id='jQueryFileDownload' src='about:blank'></iframe>").appendTo("body");
+ $iframe = $("<iframe style='display: none' src='about:blank'></iframe>").appendTo("body");
183
184
var iframeDoc = getiframeDocument($iframe);
185
0 commit comments