From: Thomas Berezansky Date: Fri, 27 Jul 2012 16:22:00 +0000 (-0400) Subject: Fix over-zealous constant change X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=194a33b381bd5d719deb0988de1858daa2794a6c;p=evergreen%2Fpines.git Fix over-zealous constant change Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- 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',