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:
Francis Lachapelle
2008-09-11 18:15:01 +00:00
parent 68432b528d
commit 2af02d005a
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -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"));