]> _ Git - fluidbook-html5.git/commitdiff
fix #1833 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 Jan 2018 15:15:19 +0000 (16:15 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 11 Jan 2018 15:15:19 +0000 (16:15 +0100)
js/main.js

index dc090bd00e4c4cfa4e9e2a91b45a2883c02d168a..64fcb0d6197091597600fd1626989c3773bf3384 100644 (file)
@@ -305,6 +305,11 @@ try {
             setTimeout(function () {
                 resize();
             }, 100);
+            for (var i = 1; i <= 3; i++) {
+                setTimeout(function () {
+                    resize();
+                }, 1000 * i);
+            }
         });
 
         $(document).on('click', "#popinOverlay", function () {