mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 10:38:50 -05:00
Clear all the timers before logging out.
This commit is contained in:
@@ -17,6 +17,8 @@ Icon="sign-out"
|
||||
?>
|
||||
<script>
|
||||
function LogoutButton() {
|
||||
var id = window.setTimeout(null,0);
|
||||
while (id--) window.clearTimeout(id);
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: "/logout.htm",
|
||||
|
||||
Reference in New Issue
Block a user