Skip to content
Snippets Groups Projects
Commit 4a373b95 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch 'restyle-adminlte' into 'master'

fix: show logs on start

See merge request !4
parents 8771f35c f58cecb0
No related branches found
No related tags found
1 merge request!4fix: show logs on start
...@@ -252,10 +252,11 @@ $(document).ready(function () { ...@@ -252,10 +252,11 @@ $(document).ready(function () {
setServer(sServer); setServer(sServer);
getPageItem('selectserver'); getPageItem('selectserver');
if (sTab) { var oLink = sTab
var oLink = $('a[href="#' + sTab + '"]').first(); ? $('a[href="#' + sTab + '"]').first()
setTab(oLink); : $('#subnav a').first();
} setTab(oLink);
if (sSERVERFILTER) { if (sSERVERFILTER) {
window.setTimeout("filterServers('"+sSERVERFILTER+"');", 500); window.setTimeout("filterServers('"+sSERVERFILTER+"');", 500);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment