From 0ad9bc6f4fcbd31de375e2d82686a1e34ca9dfd4 Mon Sep 17 00:00:00 2001
From: Rachel Gaubil <rachel.gaubil@univ-grenoble-alpes.fr>
Date: Wed, 22 Jan 2025 14:11:03 +0100
Subject: [PATCH] [edit] down load time zones (at first load)

---
 static/js/paints.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/js/paints.js b/static/js/paints.js
index 50e49e39..b48e9f3f 100644
--- a/static/js/paints.js
+++ b/static/js/paints.js
@@ -117,7 +117,7 @@ const imageHandler = {
       this.options.scale = dataHandler.scales[url];
       this.overlays[side] = this.viewer[side].fabricjsOverlay(this.options);
       displayFigures(side, url);
-    }, "1000");
+    }, "800");
     
   },
   init: function () {
-- 
GitLab