[open-ils-commits] r14443 - trunk/Open-ILS/web/reports/xul (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Oct 15 12:17:45 EDT 2009
Author: miker
Date: 2009-10-15 12:17:41 -0400 (Thu, 15 Oct 2009)
New Revision: 14443
Modified:
trunk/Open-ILS/web/reports/xul/template_builder.xul
Log:
xul + dojo can not use dojo.addOnLoad or djConfig.parseOnLoad
Modified: trunk/Open-ILS/web/reports/xul/template_builder.xul
===================================================================
--- trunk/Open-ILS/web/reports/xul/template_builder.xul 2009-10-15 13:56:16 UTC (rev 14442)
+++ trunk/Open-ILS/web/reports/xul/template_builder.xul 2009-10-15 16:17:41 UTC (rev 14443)
@@ -11,14 +11,14 @@
<!--#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">
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:xhtml="http://www.w3.org/1999/xhtml" onload="loadIDL()">
<!-- Load dojo -->
<script type="text/javascript">
<![CDATA[
var djConfig= {
isDebug: false,
- parseOnLoad: true
+ parseOnLoad: false
}
]]>
</script>
More information about the open-ils-commits
mailing list