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