fix windows restart

This commit is contained in:
Luke Pulverenti
2015-09-21 21:05:33 -04:00
parent 4ef47844d8
commit 257a7d2879
18 changed files with 221 additions and 141 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
require(['localsync'], function () {
LocalSync.startSync();
LocalSync.sync();
Dashboard.alert(Globalize.translate('MessageSyncStarted'));
refreshSyncStatus(page);
});