From 76d500fe2eb905f5cd835e64a99de3e1006df4d2 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado" Date: Fri, 15 Oct 2021 12:13:28 +0200 Subject: 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. --- ogcp/templates/macros.html | 1 - 1 file changed, 1 deletion(-) (limited to 'ogcp/templates/macros.html') 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(); } }); -- cgit v1.2.3-18-g5258