improvements in frontend sync (WIP)

This commit is contained in:
zadam
2021-08-24 22:59:51 +02:00
parent d27fcaf317
commit 66374bf95f
9 changed files with 29 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
function reloadApp() {
function reloadFrontendApp() {
window.location.reload(true);
}
@@ -353,7 +353,7 @@ function isValidAttributeName(name) {
}
export default {
reloadApp,
reloadFrontendApp,
parseDate,
padNum,
formatTime,