Update client_settings.php
This commit is contained in:
@@ -552,7 +552,7 @@ function load_settings(){
|
|||||||
// Get the value of the "show" parameter
|
// Get the value of the "show" parameter
|
||||||
const show_div = document.getElementById(urlParams.get('show'));
|
const show_div = document.getElementById(urlParams.get('show'));
|
||||||
const nav_tab = document.getElementById(urlParams.get('show')+"_tab");
|
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');
|
nav_tab.setAttribute('class', 'nav-link active');
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user