RA-#25 Show loader after sync

This commit is contained in:
ostertun
2020-10-14 11:19:32 +02:00
parent 3c8289d11c
commit e57bf4a426
8 changed files with 12 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ var showLoader = function() {
if (loaderCount < 1) {
$('#preloader').removeClass('preloader-hide');
loaderCount = 0;
log('Loader shown');
}
loaderCount ++;
}

View File

@@ -516,6 +516,7 @@ function sync() {
onAfterSync();
}
removeSyncInfoToPreloader();
showLoader();
runPageScript();
resolve();
}