summaryrefslogtreecommitdiffstats
path: root/dist/js/setup-storage.js
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2022-09-03 21:43:17 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2022-09-03 21:43:17 +0200
commit892305380798ea5f838328ca0354d4caa6033750 (patch)
treeaa23f3bd8563432706e2e0e9e0edf4508bd1382a /dist/js/setup-storage.js
parentMerge pull request '1.0.17.0-beta' (#3) from dev into master (diff)
parentodstranil matomo, je delal težave pri nalaganju vsebine (diff)
downloadbeziapp-892305380798ea5f838328ca0354d4caa6033750.tar
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.gz
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.bz2
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.lz
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.xz
beziapp-892305380798ea5f838328ca0354d4caa6033750.tar.zst
beziapp-892305380798ea5f838328ca0354d4caa6033750.zip
Diffstat (limited to '')
-rwxr-xr-xdist/js/setup-storage.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/js/setup-storage.js b/dist/js/setup-storage.js
index 635253f..2fb4a57 100755
--- a/dist/js/setup-storage.js
+++ b/dist/js/setup-storage.js
@@ -2,7 +2,7 @@
-
+
// @begin=js@
async function setupStorage(force = false) {
let logged_in;
@@ -47,4 +47,4 @@ async function setupStorage(force = false) {
await Promise.all(promises_update);
console.log("[setupStorage] user not logged in: set up whole database");
}
-}
+} \ No newline at end of file