Merge pull request #10 from duveborg/master

Fixed issue when printing in IE11
This commit is contained in:
Sathvik Ponangi
2014-09-23 00:13:44 +05:30
+5 -1
View File
@@ -128,7 +128,11 @@
setTimeout(function() {
// Fix for IE : Allow it to render the iframe
w.focus();
w.print();
try {
w.document.execCommand('print', false, null);
} catch(e) {
w.print();
}
setTimeout(function() {
// Fix for IE
if (iframeCount === 0) {