mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Monotone-Parent: 72f5e703f3c441de88fb23964d0260f26fe12527
Monotone-Revision: 4f58ba7ba8f5347cf5b339ec697f0ded2a38f41b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-09-11T18:15:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -71,7 +71,7 @@ function removeUserCallback(http) {
|
||||
var node = http.callbackData;
|
||||
|
||||
if (http.readyState == 4
|
||||
&& http.status == 204)
|
||||
&& isHttpStatus204(http.status))
|
||||
node.parentNode.removeChild(node);
|
||||
else
|
||||
log("error deleting user: " + node.getAttribute("id"));
|
||||
|
||||
Reference in New Issue
Block a user