]> _ Git - fluidbook-html5.git/commitdiff
(no commit message)
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 Jun 2015 15:49:25 +0000 (15:49 +0000)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 30 Jun 2015 15:49:25 +0000 (15:49 +0000)
js/libs/fluidbook/fluidbook.js

index 88391aeeff3265de3cf6344634d61634041c2d7b..f7cc10f0b7faec25f965b7e419144ebfcac1d5b5 100644 (file)
@@ -908,6 +908,7 @@ Fluidbook.prototype = {
         if (callback != undefined) {
             callback();
         }
+        this.hideLoader(5);
     },
     openAudio: function (audio, callback) {
         var a = $('a[href="#/audio/' + audio + '"]');