From: Andrew Dolgov Date: Thu, 1 Mar 2007 09:46:32 +0000 (+0100) Subject: logoutUser: add notify X-Git-Tag: 1.2.9~74 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=64f6db9051ea25293077e0ebcb61f90ec7eb72e9;p=tt-rss.git logoutUser: add notify --- 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);