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