summaryrefslogtreecommitdiffstats
path: root/dist/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/js/app.js')
-rwxr-xr-xdist/js/app.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/dist/js/app.js b/dist/js/app.js
index c0d2c6f..ddb1a7b 100755
--- a/dist/js/app.js
+++ b/dist/js/app.js
@@ -5,7 +5,7 @@
// @begin=js@
const app_version = "1.0.16.3-beta";
-const previous_commit = "ec8292f44fd0040145c1643ff871a98e3a41fcd0";
+const previous_commit = "1f9f384933ac7afa5bca8a2a465f6f1ae6f02edd";
const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund
if (location.protocol !== 'https:') {
@@ -16,8 +16,6 @@ if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js")
.then(() => { })
.catch((err) => console.log("Service worker registration failed", err));
-} else {
- alert("Vaša naprava ne podpira BežiAppa. Your device does not support BežiApp.");
}
// Listen to messages from service workers.