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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assets/js/app.js.bvr') 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"; -- cgit v1.2.3