mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user