mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 17:35:25 +00:00
Fixes for import/export
Monotone-Parent: 3e7ac334a4ea19aa4ec2dcbc525628005ca75fb7 Monotone-Revision: d124c012f70febcfcbb9a2b5d4f3a20a7a001d7a Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-09-09T13:31:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1932,7 +1932,7 @@ function uploadCompleted (response) {
|
||||
$("uploadResultsContent").update (labels["An error occured while importing calendar."]);
|
||||
else {
|
||||
$("uploadResultsContent").update (labels["Imported events:"] + " " + data.imported);
|
||||
refreshCurrentFolder ();
|
||||
refreshEventsAndDisplay ();
|
||||
}
|
||||
|
||||
hideCalendarImport ();
|
||||
|
||||
Reference in New Issue
Block a user