From 13e6d1871466c7f3682338f8ee1ed9613d231689 Mon Sep 17 00:00:00 2001 From: phasefx Date: Fri, 9 Dec 2005 19:39:53 +0000 Subject: [PATCH] hunting down untrapped permission exceptions git-svn-id: svn://svn.open-ils.org/ILS/trunk@2315 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- .../xul/staff_client/server/OpenILS/util_overlay.xul | 12 ++++++++++++ Open-ILS/xul/staff_client/server/cat/opac.js | 1 - Open-ILS/xul/staff_client/server/cat/opac.xul | 6 +++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul b/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul index f092e6a4c4..7d56befc8c 100644 --- a/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul +++ b/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul @@ -5,16 +5,28 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + + diff --git a/Open-ILS/xul/staff_client/server/cat/opac.js b/Open-ILS/xul/staff_client/server/cat/opac.js index 410d58cb4c..cdfb80563d 100644 --- a/Open-ILS/xul/staff_client/server/cat/opac.js +++ b/Open-ILS/xul/staff_client/server/cat/opac.js @@ -2,7 +2,6 @@ dump('entering cat.opac.js\n'); if (typeof cat == 'undefined') cat = {}; cat.opac = function (params) { - try { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); JSAN.use('util.error'); this.error = new util.error(); diff --git a/Open-ILS/xul/staff_client/server/cat/opac.xul b/Open-ILS/xul/staff_client/server/cat/opac.xul index e7f55f148a..1d4fba2ea6 100644 --- a/Open-ILS/xul/staff_client/server/cat/opac.xul +++ b/Open-ILS/xul/staff_client/server/cat/opac.xul @@ -9,7 +9,7 @@ - + @@ -25,10 +25,12 @@