diff options
Diffstat (limited to 'ogcp/templates/repos.html')
-rw-r--r-- | ogcp/templates/repos.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/repos.html b/ogcp/templates/repos.html index 2f5fe1b..7983930 100644 --- a/ogcp/templates/repos.html +++ b/ogcp/templates/repos.html @@ -43,7 +43,7 @@ // in the scope document.addEventListener('readystatechange', () => { if (document.readyState === 'complete') { - keepTreeState('#repos-list') + keepTreeState('#repos-list', 'repos'); keepSelectedClients('repos'); checkOnChange('repos-server'); } |