From 32779e213ea406c41d7a575590dd2b05212879d6 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 13 Dec 2010 21:16:40 -0500 Subject: [PATCH] moved chilifresh and novelest back out into script tags, cuz they can't be loaded via XHR; removed some debug logging --- .../skin/default/xml/common/js_common_postbody.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/Open-ILS/web/opac/skin/default/xml/common/js_common_postbody.xml b/Open-ILS/web/opac/skin/default/xml/common/js_common_postbody.xml index 0827797bf6..f0c9020c8d 100644 --- a/Open-ILS/web/opac/skin/default/xml/common/js_common_postbody.xml +++ b/Open-ILS/web/opac/skin/default/xml/common/js_common_postbody.xml @@ -16,13 +16,6 @@ var novelist = ''; if (novelist == '(none)') { novelist = false; } - - openils.Util.requireLegacy(''); - - - - openils.Util.requireLegacy(''); - openils.Util.requireLegacy('/js/dojo/dojo/openils_dojo.js'); openils.Util.requireLegacy('/js/dojo/fieldmapper/AutoIDL.js'); @@ -37,7 +30,6 @@ dojo.require("openils.widget.FacetSidebar"); // pulls in Searcher and I18N function skin_init() { - console.log('begin skin_init()'); openils.Util.requireLegacy('//OrgTree.js'); openils.Util.requireLegacy('//FacetDefs.js'); @@ -65,8 +57,6 @@ /* END COMPRESSION */ - console.log('middle of main script'); - if(dojo.isIE) { setTimeout( function() { @@ -273,8 +263,6 @@ } catch (E) { void(0); } - - console.log('end of main script'); } dojo.addOnLoad( @@ -303,3 +291,12 @@ } ); ]]> + + + + + + + + + -- 2.11.0