From: Thomas Berezansky <tsbere@mvlc.org> Date: Fri, 30 Dec 2011 16:54:00 +0000 (-0500) Subject: Fix typo causing Javascript Shell to not enable X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1579acb673f1840c9171ea788e4dfa98ce77d54e;p=evergreen%2Fmasslnc.git Fix typo causing Javascript Shell to not enable DEBUG_CIENT != DEBUG_CLIENT Signed-off-by: Thomas Berezansky <tsbere@mvlc.org> Signed-off-by: Dan Scott <dscott@laurentian.ca> --- diff --git a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul index 5cc71b8443..923000ba29 100644 --- a/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul +++ b/Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul @@ -80,7 +80,7 @@ <command id="cmd_console" perm="DEBUG_CLIENT" /> <command id="cmd_shell" - perm="DEBUG_CIENT" + perm="DEBUG_CLIENT" /> <command id="cmd_xuleditor" perm="DEBUG_CLIENT"