Monotone-Parent: ffb403989e64c7ca37321c15ab24b50155dc2f68
Monotone-Revision: 48733b3e73bfc83c123ca2ac9875ae46796a7197

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-21T18:03:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-10-21 18:03:01 +00:00
parent 98a48a1c53
commit e7b6f8c8a8
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1280,7 +1280,7 @@ function messageCallback(http) {
}
else if (http.status == 404) {
alert (getLabel("The message you have selected doesn't exist anymore."));
window.location.reload ();
window.location.reload();
}
else
log("messageCallback: problem during ajax request: " + http.status);