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.
multi-ogserver
Jose M. Guisado 2021-10-15 12:13:28 +02:00
parent 0b424aa34e
commit 76d500fe2e
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
document.addEventListener('readystatechange', () => {
if (document.readyState === 'complete') {
updateScopeState();
unfoldAll();
}
});
</script>