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

@@ -10,6 +10,7 @@ function selectChange() {
if (typeof siteScript === 'function') {
history.replaceState(null, '', '?year=' + val);
showLoader();
siteScript();
}
}