[open-ils-commits] r20144 - branches/rel_1_6_0/Open-ILS/xul/staff_client/server/cat (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Apr 18 00:00:52 EDT 2011
Author: phasefx
Date: 2011-04-18 00:00:49 -0400 (Mon, 18 Apr 2011)
New Revision: 20144
Modified:
branches/rel_1_6_0/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
Log:
font_helper in this version depends on JSAN being set up by my_init()
Modified: branches/rel_1_6_0/Open-ILS/xul/staff_client/server/cat/spine_labels.xul
===================================================================
--- branches/rel_1_6_0/Open-ILS/xul/staff_client/server/cat/spine_labels.xul 2011-04-18 03:59:32 UTC (rev 20143)
+++ branches/rel_1_6_0/Open-ILS/xul/staff_client/server/cat/spine_labels.xul 2011-04-18 04:00:49 UTC (rev 20144)
@@ -20,7 +20,7 @@
<?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
<window id="spine_labels_win"
- onload="try { font_helper(); persist_helper(); my_init(); } catch(E) { alert(E); }"
+ onload="try { persist_helper(); my_init(); font_helper(); } catch(E) { alert(E); }"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
More information about the open-ils-commits
mailing list