From 194a33b381bd5d719deb0988de1858daa2794a6c Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Fri, 27 Jul 2012 12:22:00 -0400 Subject: [PATCH] Fix over-zealous constant change Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- Open-ILS/xul/staff_client/chrome/content/main/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/main/constants.js b/Open-ILS/xul/staff_client/chrome/content/main/constants.js index 866700ed19..d8f795eb55 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/constants.js +++ b/Open-ILS/xul/staff_client/chrome/content/main/constants.js @@ -398,7 +398,7 @@ var urls = { 'AUDIO_circ_bad' : '/xul/server/skin/media/audio/question.wav', 'AUDIO_event_ASSET_COPY_NOT_FOUND' : '/xul/server/skin/media/audio/redalert.wav', - 'AUTHORITY_MANAGE' : 'oils://remote/eg/cat/authority/list', + 'AUTHORITY_MANAGE' : 'cat/authority/list', 'MANAGE_MULTI_HOME_ITEMS' : 'oils://remote/xul/server/cat/manage_multi_home_items.xul', 'XUL_AUTH_SIMPLE' : 'oils://remote/xul/server/main/simple_auth.xul', 'XUL_BIB_BRIEF' : 'oils://remote/xul/server/cat/bib_brief.xul', -- 2.11.0