From: Vincent Vanwaelscappel Date: Fri, 16 Mar 2018 12:42:30 +0000 (+0100) Subject: fix #1993 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a19e290888546dbf9f4dd1986c3b42b2af46b236;p=fluidbook-html5.git fix #1993 @1 --- diff --git a/js/libs/fluidbook/fluidbook.js b/js/libs/fluidbook/fluidbook.js index 42c00c69..bb4e0786 100644 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@ -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) {