From 64f6db9051ea25293077e0ebcb61f90ec7eb72e9 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Mar 2007 10:46:32 +0100 Subject: [PATCH] logoutUser: add notify --- functions.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/functions.js b/functions.js index 88d750b6..f4c8ee1c 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); -- 2.39.2