diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json old mode 100644 new mode 100755 diff --git a/front/php/templates/language/fr_fr.json b/front/php/templates/language/fr_fr.json old mode 100644 new mode 100755 diff --git a/front/php/templates/language/uk_ua.json b/front/php/templates/language/uk_ua.json old mode 100644 new mode 100755 diff --git a/front/systeminfo.php b/front/systeminfo.php index 048a04a4..855f0d39 100755 --- a/front/systeminfo.php +++ b/front/systeminfo.php @@ -22,7 +22,7 @@ // show spinning icon showSpinner() - var selectedTab = 'tabServer'; + //var selectedTab = 'tabServer'; @@ -99,7 +99,6 @@ function loadTabContent(target) { const $tab = $(target); const phpFile = $tab.data('php-file'); - if (phpFile && !$tab.data('loaded')) { showSpinner(); $tab.load(phpFile, function () { @@ -110,7 +109,7 @@ function loadTabContent(target) { function initializeTabs() { const key = "activeSysinfoTab"; - let selectedTab = "#panServer"; // fallback default + let selectedTab = "tabServer"; // fallback default const cached = getCache(key); if (!emptyArr.includes(cached)) {