From a1705397ab7bcadc6025fda819bd46855d7f82a7 Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 20 May 2020 22:47:59 +0200 Subject: i should check code before pushing --- assets/js/app.js.bvr | 2 +- dist/js/app.js | 4 ++-- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/js/app.js.bvr b/assets/js/app.js.bvr index 1ddf4a4..d19c1d6 100644 --- a/assets/js/app.js.bvr +++ b/assets/js/app.js.bvr @@ -54,7 +54,7 @@ function gsecErrorHandlerUI(err) { var error_report_function = async function (msg, url, lineNo, columnNo, error) { - localforage.getItem("errorReporting").then((value) => { + localforage.getItem("errorReporting").then(async function(value) { let selectedE = value; if(value == null || value.length < 1) { selectedE = "on"; diff --git a/dist/js/app.js b/dist/js/app.js index f8340c1..40c5cf2 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -3,7 +3,7 @@ const app_version = "1.0.14-beta"; -const previous_commit = "1652387e87215d6d4d6b677d982865eb27b44ba3"; +const previous_commit = "c40b1bd1b0c465663eef509464e3807019727caf"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") @@ -57,7 +57,7 @@ function gsecErrorHandlerUI(err) { var error_report_function = async function (msg, url, lineNo, columnNo, error) { - localforage.getItem("errorReporting").then((value) => { + localforage.getItem("errorReporting").then(async function(value) { let selectedE = value; if(value == null || value.length < 1) { selectedE = "on"; diff --git a/dist/pages/about.html b/dist/pages/about.html index 05dad2f..c1e9dfb 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD 1652387e87215d6d4d6b677d982865eb27b44ba3 + ^HEAD c40b1bd1b0c465663eef509464e3807019727caf

diff --git a/dist/sw.js b/dist/sw.js index 324fe05..d0b5964 100755 --- a/dist/sw.js +++ b/dist/sw.js @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.14-beta-1652387"; -// commit before the latest is 1652387e87215d6d4d6b677d982865eb27b44ba3 +const static_cache_name = "site-static-1.0.14-beta-c40b1bd"; +// commit before the latest is c40b1bd1b0c465663eef509464e3807019727caf // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! -- cgit v1.2.3