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

index 30af3e3fd3825e6c2698fd2214d8cd6a0a96bfbb..4b60ad9c3e7b5fc3579c96b4c75a9f37d4b3956e 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] = loadImage($this.getURL(url), cb, 'i_' + i);
         });
 
         if (nb === 0) {