Fix over-zealous constant change
authorThomas Berezansky <tsbere@mvlc.org>
Fri, 27 Jul 2012 16:22:00 +0000 (12:22 -0400)
committerDan Scott <dscott@laurentian.ca>
Mon, 30 Jul 2012 14:54:42 +0000 (10:54 -0400)
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/xul/staff_client/chrome/content/main/constants.js

index 866700e..d8f795e 100644 (file)
@@ -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',