From: Bill Erickson Date: Tue, 14 Dec 2010 02:16:40 +0000 (-0500) Subject: moved chilifresh and novelest back out into script tags, cuz they can't be loaded... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=32779e213ea406c41d7a575590dd2b05212879d6;p=evergreen%2Fequinox.git moved chilifresh and novelest back out into script tags, cuz they can't be loaded via XHR; removed some debug logging --- 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 @@ } ); ]]> + + + + + + + + +