]> _ Git - fluidbook-html5.git/commitdiff
wait #6269 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Sep 2023 13:11:35 +0000 (15:11 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 22 Sep 2023 13:11:35 +0000 (15:11 +0200)
js/libs/fluidbook/fluidbook.loader.js

index f062524f8d5ef54e10bbf60884220111cc9358c1..a506273160d6d9c187215e05f0f4dba677ac71a9 100644 (file)
@@ -602,7 +602,7 @@ FluidbookLoader.prototype = {
             nb++;
             var i = $(this).data('id');
             var url = $(this).data('image').replace(/^\.\./, 'data') + '?j=' + (new Date()).getTime();
-            textures[i] = $this.loadImage($this.getURL(url), cb, 'i_' + i);
+            textures[i] = $this.loadImage($this.getURL(url),null,null,null,null, cb, 'i_' + i);
         });
 
         if (nb === 0) {