[open-ils-commits] r20432 - branches/rel_2_1/Open-ILS/xul/staff_client/server/cat (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu May 5 13:25:12 EDT 2011
Author: senator
Date: 2011-05-05 13:25:08 -0400 (Thu, 05 May 2011)
New Revision: 20432
Modified:
branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/marcedit.xul
Log:
Fix typo introduced in r20426
Modified: branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/marcedit.xul
===================================================================
--- branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/marcedit.xul 2011-05-05 17:24:47 UTC (rev 20431)
+++ branches/rel_2_1/Open-ILS/xul/staff_client/server/cat/marcedit.xul 2011-05-05 17:25:08 UTC (rev 20432)
@@ -258,7 +258,7 @@
</groupbox>
<hbox hidden="true" id="text-editor" flex="1">
- <xhtml:textarea rows="50" cols='100' onkeypress="if (event.charCode == 115 ∓& event.ctrlKey && $('symbol-panel')) { setNod(tab); $('symbol-panel').openPopup(tab, 'after_pointer'); } else { netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect'); if (!(event.altKey || event.ctrlKey || event.metaKey)) { oils_lock_page(); } }" context="clipboard" id="text-editor-box"></xhtml:textarea>
+ <xhtml:textarea rows="50" cols='100' onkeypress="if (event.charCode == 115 && event.ctrlKey && $('symbol-panel')) { setNod(tab); $('symbol-panel').openPopup(tab, 'after_pointer'); } else { netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect'); if (!(event.altKey || event.ctrlKey || event.metaKey)) { oils_lock_page(); } }" context="clipboard" id="text-editor-box"></xhtml:textarea>
</hbox>
<grid name="authority-marc-template" hidden="true">
More information about the open-ils-commits
mailing list