« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/js/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/js/client')
-rw-r--r--src/static/js/client/hash-link.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/client/hash-link.js b/src/static/js/client/hash-link.js
index e82e06c5..4384d35a 100644
--- a/src/static/js/client/hash-link.js
+++ b/src/static/js/client/hash-link.js
@@ -191,7 +191,7 @@ function expandDetails(target) {
       details.open = true;
     }
   } else if (target.nodeName === 'DETAILS') {
-    details.open = true;
+    target.open = true;
   }
 }