]> _ Git - fluidbook-html5.git/commitdiff
fix #2383 @0.15
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Nov 2018 10:25:54 +0000 (11:25 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Nov 2018 10:25:54 +0000 (11:25 +0100)
js/libs/fluidbook/special/atlanticdownload.js

index 48c2972236fce548bd4591bc0db4777193debf5f..389644b430c43b84f71e3f5f13f7341aa3be4a4d 100644 (file)
@@ -176,11 +176,8 @@ var AtlanticDL = {
     }
 };
 
-//console.table(DATAS.basketReferences.Feuil1);
-
 $(function () {
-    $(fluidbook).on('fluidbookready', AtlanticDL.init);
-    // $(window).on('fluidbookresize', AtlanticDL.resize);
+    $(document).on('fluidbook.init', AtlanticDL.init);
 });
 
 // Allow adding of elements to an array without duplicate values