From: Vincent Vanwaelscappel Date: Mon, 26 Nov 2018 16:35:31 +0000 (+0100) Subject: fix #2375 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1695f48872fb9a7cf199970f75456aa9309784f6;p=fluidbook-html5.git fix #2375 @1 --- diff --git a/js/main.js b/js/main.js index c980a98a..f8104ac3 100644 --- a/js/main.js +++ b/js/main.js @@ -258,6 +258,7 @@ try { fluidbook.gal = gal; } fluidbook.loadPlugins(); + $(document).trigger('fluidbook.init'); desktopScale = 1; desktopScaleAmount = 1.5; @@ -279,7 +280,7 @@ try { return false; }); - $(document).on('mousedown',function (e) { + $(document).on('mousedown', function (e) { if (e.button == 2) { return false; } else {