Update client_settings.php

This commit is contained in:
jakani24
2024-02-11 20:10:11 +01:00
parent 5b44fb378b
commit 3cdfc6a239

View File

@@ -552,7 +552,7 @@ function load_settings(){
// Get the value of the "show" parameter
const show_div = document.getElementById(urlParams.get('show'));
const nav_tab = document.getElementById(urlParams.get('show')+"_tab");
show_div.style.display="block";
//show_div.style.display="block";
nav_tab.setAttribute('class', 'nav-link active');
</script>
</body>