mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 20:35:24 +00:00
Fixed IE-related issues
Monotone-Parent: 95ed8a2f8950868651d78738a3745fb83e43881a Monotone-Revision: f03e9d5d24d638e67140a1f29d1e833ae439ef6d Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-03T18:37:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -694,10 +694,12 @@ function uploadCompleted (response) {
|
||||
|
||||
var div = $("uploadResults");
|
||||
$("uploadOK").onclick = hideImportResults;
|
||||
$("uploadResultsContent").update (data.message);
|
||||
|
||||
if (data.imported > 0)
|
||||
refreshCurrentFolder ();
|
||||
if (data.imported <= 0)
|
||||
$("uploadResultsContent").update (labels["An error occured while importing contacts."]);
|
||||
else {
|
||||
$("uploadResultsContent").update (labels["Imported contacts:"] + " " + data.imported);
|
||||
refreshCurrentFolder ();
|
||||
}
|
||||
|
||||
hideContactsImport ();
|
||||
$("uploadResults").style.display = "block";
|
||||
|
||||
Reference in New Issue
Block a user