From a4f93016b15c2b060dbee38a0b34e6f438e6f28a Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 12 Jun 2006 14:12:14 +0000 Subject: [PATCH] dumps instead of alerts.. you get these if you start loading the opac and kill it real quickly git-svn-id: svn://svn.open-ils.org/ILS/trunk@4575 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/browser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/browser.js b/Open-ILS/xul/staff_client/chrome/content/util/browser.js index cd108e492f..9644b3e701 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/browser.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/browser.js @@ -105,7 +105,7 @@ util.browser.prototype = { return this.controller.view.browser_browser.contentWindow; } } catch(E) { - alert('util.browser.get_content(): ' + E); + this.error.sdump('D_ERROR','util.browser.get_content(): ' + E); } }, @@ -134,7 +134,7 @@ util.browser.prototype = { //this.error.sdump('D_BROWSER',s); return wn; } catch(E) { - alert('util.browser.getWebNavigation(): ' + E ); + this.error.sdump('D_ERROR','util.browser.getWebNavigation(): ' + E ); } }, @@ -247,7 +247,7 @@ util.browser.prototype = { } //obj.error.sdump('D_BROWSER',s); } catch(E) { - alert('util.browser.progresslistener.onstatechange: ' + js2JSON(E)); + obj.error.sdump('D_ERROR','util.browser.progresslistener.onstatechange: ' + js2JSON(E)); } } } -- 2.43.2