Fixed bye bye

This commit is contained in:
José González 2021-06-16 10:15:53 +02:00
parent 52bad0e53c
commit 39f3e1987e
1 changed files with 1 additions and 1 deletions

View File

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