RA-#20 Update news badge

This commit is contained in:
ostertun
2020-10-02 01:23:46 +02:00
parent 2ea26408be
commit 856f6c1d66
4 changed files with 45 additions and 20 deletions

View File

@@ -508,6 +508,9 @@ function sync() {
$('#i-sync').removeClass('fa-spin');
}, 500);
if (typeof onAfterSync === 'function') {
onAfterSync();
}
runPageScript();
}
}, 100);