diff options
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -278,7 +278,7 @@ function auth_logout() { auth_cleanup(); - apps_cleanup(); + apps_cleanup(); $(".alert").alert('close'); $("#username").val(''); |