Clear all the timers before logging out.

This commit is contained in:
Tom Mortensen
2017-12-04 16:30:00 -08:00
parent 4841691f3e
commit b0625c05e6
+2
View File
@@ -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",