From 7c11577b0e0d7eb94f028abe2862305566ee2838 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 15 Sep 2023 17:33:15 +0200 Subject: [PATCH] wait #6269 --- js/libs/fluidbook/fluidbook.loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/libs/fluidbook/fluidbook.loader.js b/js/libs/fluidbook/fluidbook.loader.js index 30af3e3f..4b60ad9c 100644 --- a/js/libs/fluidbook/fluidbook.loader.js +++ b/js/libs/fluidbook/fluidbook.loader.js @@ -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) { -- 2.39.5