From: miker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4> Date: Thu, 15 Oct 2009 16:17:41 +0000 (+0000) Subject: xul + dojo can not use dojo.addOnLoad or djConfig.parseOnLoad X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=76538e0aec2ab120bb304cece27ed0d73c2f8a03;p=evergreen%2Fmasslnc.git xul + dojo can not use dojo.addOnLoad or djConfig.parseOnLoad git-svn-id: svn://svn.open-ils.org/ILS/trunk@14443 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/reports/xul/template_builder.xul b/Open-ILS/web/reports/xul/template_builder.xul index 921ee0b2e0..608e191c3e 100644 --- a/Open-ILS/web/reports/xul/template_builder.xul +++ b/Open-ILS/web/reports/xul/template_builder.xul @@ -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>