Monotone-Parent: 8a165a32a6a836849e62e7fa408d15b5ce3c7a25

Monotone-Revision: 0a3d8971fb4a3b2c5dfbe3f501204e4f46f3ce96

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-25T19:22:07
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-25 19:22:07 +00:00
parent 78d3048cdb
commit 1838a833fa
3 changed files with 11 additions and 6 deletions

View File

@@ -272,7 +272,7 @@ function onRemoveAttachments() {
function attachmentDeleteCallback(http) {
if (http.readyState == 4) {
if (http.status == 204) {
if (isHttpStatus204(http.status)) {
var node = http.callbackData;
node.parentNode.removeChild(node);
}