summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/macros.html
diff options
context:
space:
mode:
authorJose M. Guisado <jguisado@soleta.eu>2021-10-15 12:13:28 +0200
committerJose M. Guisado <jguisado@soleta.eu>2021-10-15 12:14:53 +0200
commit76d500fe2eb905f5cd835e64a99de3e1006df4d2 (patch)
treed298183b31acd06dee037364c023e08fcb84eb8d /ogcp/templates/macros.html
parent0b424aa34effb9865e8e7cbcefe73d77b9465647 (diff)
Keep scopes collapsed by default
For large scopes, unfolding by default slows page loading. It also takes lots of vertical space and the scroll bar gets smaller.
Diffstat (limited to 'ogcp/templates/macros.html')
-rw-r--r--ogcp/templates/macros.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/ogcp/templates/macros.html b/ogcp/templates/macros.html
index d927b9f..3e8074e 100644
--- a/ogcp/templates/macros.html
+++ b/ogcp/templates/macros.html
@@ -29,7 +29,6 @@
document.addEventListener('readystatechange', () => {
if (document.readyState === 'complete') {
updateScopeState();
- unfoldAll();
}
});
</script>