diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-06-09 11:24:57 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-06-09 11:24:57 +0200 |
commit | 170e5d4b3a65adf8cfd85acb636aa91cf9d6af0c (patch) | |
tree | 5d4173fad17b63eb476c447ccdf759ffa0ac26c7 /dist/js | |
parent | code editor auto indentation fucked up bvr comments (diff) | |
download | beziapp-170e5d4b3a65adf8cfd85acb636aa91cf9d6af0c.tar beziapp-170e5d4b3a65adf8cfd85acb636aa91cf9d6af0c.tar.gz beziapp-170e5d4b3a65adf8cfd85acb636aa91cf9d6af0c.tar.bz2 beziapp-170e5d4b3a65adf8cfd85acb636aa91cf9d6af0c.tar.lz beziapp-170e5d4b3a65adf8cfd85acb636aa91cf9d6af0c.tar.xz beziapp-170e5d4b3a65adf8cfd85acb636aa91cf9d6af0c.tar.zst beziapp-170e5d4b3a65adf8cfd85acb636aa91cf9d6af0c.zip |
Diffstat (limited to 'dist/js')
-rwxr-xr-x | dist/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index bfa51ef..dbd5dcf 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14.3-beta"; -const previous_commit = "cdf17dfd5d57b5461831868feb2497073a9b19d6"; +const previous_commit = "84aae4ca1449c2cee942a49a0721e5b615f2a0c2"; const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund if ("serviceWorker" in navigator) { |