]> _ Git - fluidbook-html5.git/commitdiff
debug
authorsoufiane <soufiane@cubedesigners.com>
Tue, 13 Jan 2026 13:31:35 +0000 (14:31 +0100)
committersoufiane <soufiane@cubedesigners.com>
Tue, 13 Jan 2026 13:31:35 +0000 (14:31 +0100)
js/libs/fluidbook/fluidbook.menu.js

index 3d1368cddbdf822ff098eac79f8b21b048288466..de63e1121a952383f2cbeaecf4bde07a46b29377 100644 (file)
@@ -8,7 +8,10 @@ FluidbookMenu.prototype = {
     init: function () {
         this.closeEventSent = false;
         this.index = new FluidbookIndex(this.fluidbook);
-        this.pdfform = new FluidbookPDFForm(this.fluidbook);
+        this.pdfform = false;
+        try {
+            this.pdfform = new FluidbookPDFForm(this.fluidbook);
+        }catch(e){}
         console.log(this.pdfform);
 
         var $this = this;