From 936eb74b07523666a2b5d63269f41a1f31382d43 Mon Sep 17 00:00:00 2001 From: erickson Date: Sun, 3 Sep 2006 15:58:29 +0000 Subject: [PATCH] no longer alerting in the opac when a server error occurs.. now it just throws an exception which will get logged to the JS console git-svn-id: svn://svn.open-ils.org/ILS/trunk@5889 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/common/js/RemoteRequest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/common/js/RemoteRequest.js b/Open-ILS/web/opac/common/js/RemoteRequest.js index 44aa0b69fd..428536e8dd 100644 --- a/Open-ILS/web/opac/common/js/RemoteRequest.js +++ b/Open-ILS/web/opac/common/js/RemoteRequest.js @@ -345,7 +345,7 @@ RemoteRequest.prototype.getResultObject = function() { } else { _debug(str); - alert(str); + throw str; } } -- 2.43.2