[open-ils-commits] r14571 - tags/rel_1_6_0_0/Open-ILS/web/reports/xul (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Oct 22 20:30:24 EDT 2009
Author: miker
Date: 2009-10-22 20:30:23 -0400 (Thu, 22 Oct 2009)
New Revision: 14571
Modified:
tags/rel_1_6_0_0/Open-ILS/web/reports/xul/template_builder.xul
Log:
rolling back r14446: dojo.addOnLoad() is fine in xul, as long as we are not using a layer
Modified: tags/rel_1_6_0_0/Open-ILS/web/reports/xul/template_builder.xul
===================================================================
--- tags/rel_1_6_0_0/Open-ILS/web/reports/xul/template_builder.xul 2009-10-23 00:29:42 UTC (rev 14570)
+++ tags/rel_1_6_0_0/Open-ILS/web/reports/xul/template_builder.xul 2009-10-23 00:30:23 UTC (rev 14571)
@@ -11,19 +11,18 @@
<!--#include virtual="/opac/locale/${locale}/reports.dtd"-->
]>
-<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xhtml="http://www.w3.org/1999/xhtml" onload="loadIDL()">
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xhtml="http://www.w3.org/1999/xhtml">
<!-- Load dojo -->
<script type="text/javascript">
<![CDATA[
var djConfig= {
isDebug: false,
- parseOnLoad: false
+ parseOnLoad: true
}
]]>
</script>
<script type="text/javascript" src="/js/dojo/dojo/dojo.js"></script>
-<script type="text/javascript" src="/js/dojo/dojo/openils_dojo.js"></script>
<script type="text/javascript">
<![CDATA[
dojo.require('dojo.parser');
@@ -54,6 +53,12 @@
<script src="transforms.js" type="application/x-javascript; e4x=1"/>
<script src="operators.js" type="application/x-javascript; e4x=1"/>
+<script type="text/javascript">
+<![CDATA[
+ dojo.addOnLoad(loadIDL);
+]]>
+</script>
+
<script type="application/x-javascript; e4x=1" src="/opac/common/js/jscalendar/calendar.js"/>
<script type="application/x-javascript; e4x=1" src="/opac/common/js/jscalendar/lang/calendar-en.js"/>
<script type="application/x-javascript; e4x=1" src="/opac/common/js/jscalendar/calendar-setup.js"/>
More information about the open-ils-commits
mailing list