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 --- dist/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/js') 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"; -- cgit v1.2.3