From 006e4dbee30b2220c8ccf31f2e75217d24f149e2 Mon Sep 17 00:00:00 2001 From: sijanec Date: Mon, 18 May 2020 00:46:45 +0200 Subject: install --- dist/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dist/js') diff --git a/dist/js/app.js b/dist/js/app.js index d47437e..b2623b9 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -51,6 +51,6 @@ function gsecErrorHandlerUI(err) { window.onerror = function (msg, url, lineNo, columnNo, error) { // ... handle error ... - alert("f u k"); + console.log("error!"); return false; } -- cgit v1.2.3