]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 26 Aug 2014 18:25:00 +0000 (18:25 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 26 Aug 2014 18:25:00 +0000 (18:25 +0000)
js/main.js

index e683fdbc41fde4cfa3424a71b7d250794903ece3..f1d5990c185a79404d76e8047b70a62acd54934b 100644 (file)
@@ -161,7 +161,13 @@ try {
 
                        gal.init(galLoaded);
 
+                       var timeout = setTimeout(function() {
+                               window.location.reload(true);
+                       }, 1000);
+
                        gal.onLoaded(function(info) {
+                               fb('gal loaded');
+                               clearTimeout(timeout);
                                $(window).trigger('GALBundleLoaded', [info]);
                        });