Fix logout button

This commit is contained in:
Jose Gonzalez 2023-02-13 14:25:34 +01:00
parent d33babd48a
commit 2f547c620d
1 changed files with 2 additions and 2 deletions

View File

@ -734,7 +734,7 @@ html_print_div(['id' => 'forced_title_layer', 'class' => 'forced_title_layer', '
});
});
$("#submit-hide-login-logout").click (function () {
$("#button-hide-login-logout").click (function () {
document.location = "<?php echo ui_get_full_url('index.php'); ?>";
});
});
@ -757,7 +757,7 @@ html_print_div(['id' => 'forced_title_layer', 'class' => 'forced_title_layer', '
});
});
$("#submit-hide-login-logout").click (function () {
$("#button-hide-login-logout").click (function () {
document.location = "<?php echo ui_get_full_url('index.php'); ?>";
});
});