]> _ Git - fluidbook-html5.git/commitdiff
fix #1993 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 16 Mar 2018 12:42:30 +0000 (13:42 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 16 Mar 2018 12:42:30 +0000 (13:42 +0100)
js/libs/fluidbook/fluidbook.js

index 42c00c690ef09e7804fb3c832966e94e8e157af0..bb4e0786e577dc9be3a93aa644a2a4a35f1b2216 100644 (file)
@@ -855,6 +855,10 @@ Fluidbook.prototype = {
 
     _openFile: function (url, e, type, localname, print) {
 
+        if (print === undefined) {
+            print = false;
+        }
+
         var $this = this;
         if (this.datas.phonegap != false) {
             if (type == undefined) {