[open-ils-commits] r12525 - trunk/Open-ILS/web/opac/skin/default/xml/common (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Sat Mar 14 17:28:09 EDT 2009
Author: erickson
Date: 2009-03-14 17:28:04 -0400 (Sat, 14 Mar 2009)
New Revision: 12525
Modified:
trunk/Open-ILS/web/opac/skin/default/xml/common/js_common.xml
Log:
due to some odd interactions with IE and dojo and the fact that opensrf.js is not dojo-ized, load opensrf.js in the usual fashion first. may want to do this for all non-dojo-ized js files, but so far, loading this file alone seems to fix ie6
Modified: trunk/Open-ILS/web/opac/skin/default/xml/common/js_common.xml
===================================================================
--- trunk/Open-ILS/web/opac/skin/default/xml/common/js_common.xml 2009-03-14 18:28:17 UTC (rev 12524)
+++ trunk/Open-ILS/web/opac/skin/default/xml/common/js_common.xml 2009-03-14 21:28:04 UTC (rev 12525)
@@ -51,6 +51,7 @@
</script>
<script type="text/javascript" src='/js/dojo/dojo/dojo.js'></script>
+ <script type="text/javascript" src='/js/dojo/opensrf/opensrf.js'></script>
<script language="javascript" type="text/javascript">
dojo.addOnLoad(init);
More information about the open-ils-commits
mailing list