Skip to content

Commit 64470a1

Browse files
committed
updated to 1.2.1
1 parent 05beccf commit 64470a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.fileDownload.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery File Download Plugin v1.2.0
2+
* jQuery File Download Plugin v1.2.1
33
*
44
* http://www.johnculviner.com
55
*
@@ -179,7 +179,7 @@ $.extend({
179179
});
180180
}
181181

182-
$iframe = $("<iframe id='jQueryFileDownload' src='about:blank'></iframe>").appendTo("body");
182+
$iframe = $("<iframe style='display: none' src='about:blank'></iframe>").appendTo("body");
183183

184184
var iframeDoc = getiframeDocument($iframe);
185185

0 commit comments

Comments
 (0)