From ace78ba83bbf202a455e9cfd9b82e316393563f8 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 25 Apr 2017 23:43:09 -0700 Subject: for now, don't catch javascript errors --- ui/app/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui') diff --git a/ui/app/app.js b/ui/app/app.js index fe1cc47d..9c6d54ee 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -13,8 +13,8 @@ class Application { // main entry point for the application // initialize() { - window.addEventListener("error", this.showError.bind(this)) - window.addEventListener("unhandledrejection", this.showError.bind(this)) + //window.addEventListener("error", this.showError.bind(this)) + //window.addEventListener("unhandledrejection", this.showError.bind(this)) this.start() } -- cgit v1.2.3