summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/images.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-16 12:34:32 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-09-16 12:34:32 +0200
commit233156b19ab2b3d490a8bb450bbb22fdff4caaec (patch)
tree2dd00b9811e854fcbf07588dbf68d23bfb2b5d31 /ogcp/templates/images.html
parentf85c61df993dddee233ead7b6c9e136d9d9fa742 (diff)
js: consolidate sidebar collapse persistence logic
Consolidate all the sidebar collapse persistence logic. Implement a single function to handle all the views.
Diffstat (limited to 'ogcp/templates/images.html')
-rw-r--r--ogcp/templates/images.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/images.html b/ogcp/templates/images.html
index 462e68d..34d8a87 100644
--- a/ogcp/templates/images.html
+++ b/ogcp/templates/images.html
@@ -14,7 +14,7 @@
// in the scope
document.addEventListener('readystatechange', () => {
if (document.readyState === 'complete') {
- keepImagesTreeState();
+ keepTreeState('#servers');
checkImageServer();
}
});