From: Vincent Vanwaelscappel Date: Tue, 26 Aug 2014 18:25:00 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=183cf209c09e0af4e7a2133b1bb43e808e616a39;p=fluidbook-html5.git --- diff --git a/js/main.js b/js/main.js index e683fdbc..f1d5990c 100644 --- a/js/main.js +++ b/js/main.js @@ -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]); });