changeset 594:be8f2691d1f0 annotations

side menu hidden by default
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Sep 2026 10:51:52 +0200
parents 33c77ee9d573
children ea5cfc37aac7
files ViewerPlugin/WebApplication/viewer.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ViewerPlugin/WebApplication/viewer.js	Mon Sep 07 10:50:46 2026 +0200
+++ b/ViewerPlugin/WebApplication/viewer.js	Mon Sep 07 10:51:52 2026 +0200
@@ -133,7 +133,7 @@
       new bootstrap.Tooltip(el, { trigger: 'hover' });
     });
 
-    bootstrap.Offcanvas.getOrCreateInstance(document.getElementById('right-panel')).show();  // TODO - REMOVE
+    // bootstrap.Offcanvas.getOrCreateInstance(document.getElementById('right-panel')).show();  // Open side menu on startup
 
     const params = new URLSearchParams(document.location.search);