summaryrefslogtreecommitdiffstats
path: root/dist/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/js/app.js')
-rw-r--r--dist/js/app.js2
1 files changed, 1 insertions, 1 deletions
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;
}