When the modules page is opened in a browser the level of detail is set to 4. Is there a option to change this behaviour? (I want the page to show level 2 when loaded)
There is a workaround / hack: At the end of the template add the following JS:
<script type="text/javascript"> if(window.location.href.indexOf('modules.php') >= 0) { toggleLevel(2); } </script>
Log in to post a comment.
When the modules page is opened in a browser the level of detail is set
to 4. Is there a option to change this behaviour? (I want the page to
show level 2 when loaded)
There is a workaround / hack: At the end of the template add the following JS:
Last edit: Marco Nef 2018-11-21