[open-ils-commits] r14979 - trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Nov 19 13:44:18 EST 2009
Author: phasefx
Date: 2009-11-19 13:44:14 -0500 (Thu, 19 Nov 2009)
New Revision: 14979
Modified:
trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul
Log:
This gives the offline interfaces the ability to use font_helper (which honors the global font settings), but it also pulls in a lot of functions that won't work in offline mode is called, which why it wasn't there originally. Font helper had slipped into the offline interfaces causing non-fatal errors
Modified: trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul 2009-11-19 18:33:40 UTC (rev 14978)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/util_overlay_offline.xul 2009-11-19 18:44:14 UTC (rev 14979)
@@ -11,6 +11,7 @@
<script type="text/javascript" src="util/CGI.js" />
<script type="text/javascript" src="util/md5.js" />
<script type="text/javascript" src="util/JSON_v1.js" />
+ <script type="text/javascript" src="global_util.js" />
</scripts>
<script>dump('Loaded OpenILS/util_overlay_offline.xul\n');</script>
More information about the open-ils-commits
mailing list