summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/images.html
diff options
context:
space:
mode:
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 7a16a0d..06d614a 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') {
- keepTreeState('#servers');
+ keepTreeState('#servers', 'images');
keepSelectedClients('images');
checkOnChange('image-server');
}