mirror of https://git.48k.eu/ogcp
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
parent
0b424aa34e
commit
76d500fe2e
|
@ -29,7 +29,6 @@
|
|||
document.addEventListener('readystatechange', () => {
|
||||
if (document.readyState === 'complete') {
|
||||
updateScopeState();
|
||||
unfoldAll();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue