summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.js b/functions.js
index 88d750b6b..f4c8ee1c1 100644
--- a/functions.js
+++ b/functions.js
@@ -1620,6 +1620,9 @@ function explainError(code) {
function logoutUser() {
try {
if (xmlhttp_ready(xmlhttp_rpc)) {
+
+ notify("Logging out, please wait...");
+
xmlhttp_rpc.open("GET", "backend.php?op=rpc&subop=logout", true);
xmlhttp_rpc.onreadystatechange=logout_callback;
xmlhttp_rpc.send(null);