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

fix: show logs on start

parent 329708db
Branches
No related tags found
1 merge request!4fix: show logs on start
......@@ -252,10 +252,11 @@ $(document).ready(function () {
setServer(sServer);
getPageItem('selectserver');
if (sTab) {
var oLink = $('a[href="#' + sTab + '"]').first();
setTab(oLink);
}
var oLink = sTab
? $('a[href="#' + sTab + '"]').first()
: $('#subnav a').first();
setTab(oLink);
if (sSERVERFILTER) {
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