diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2021-10-15 12:13:28 +0200 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2021-10-15 12:14:53 +0200 |
commit | 76d500fe2eb905f5cd835e64a99de3e1006df4d2 (patch) | |
tree | d298183b31acd06dee037364c023e08fcb84eb8d | |
parent | 0b424aa34effb9865e8e7cbcefe73d77b9465647 (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.
-rw-r--r-- | ogcp/templates/macros.html | 1 |
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> |