From: Bill Erickson Date: Wed, 15 Dec 2010 19:18:45 +0000 (-0500) Subject: some cleanup to get FF working X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1cc7d52d57de65abd9f0eb0fe14fe9b6ba33d578;p=evergreen%2Fequinox.git some cleanup to get FF working --- diff --git a/Open-ILS/web/opac/skin/kcls/xml/common/js_common_postbody.xml b/Open-ILS/web/opac/skin/kcls/xml/common/js_common_postbody.xml index 742c68232c..e9b7c28cf3 100644 --- a/Open-ILS/web/opac/skin/kcls/xml/common/js_common_postbody.xml +++ b/Open-ILS/web/opac/skin/kcls/xml/common/js_common_postbody.xml @@ -33,46 +33,48 @@ dojo.require("openils.widget.ProgressDialog"); dojo.require("openils.widget.FacetSidebar"); // pulls in Searcher and I18N - function skin_init() { - openils.Util.requireLegacy('//OrgTree.js'); - openils.Util.requireLegacy('//FacetDefs.js'); - openils.Util.requireLegacy('/OrgLasso.js'); - - - openils.Util.requireLegacy('/skin/kcls/js/combined.js') - - /* - When combined JS is enabled in the Apache config, the block - below defines which files are added to the final combined JS file. - Currently, only files in $OPAC/common/js/ are eligible for automatic combination. - */ - /* START COMPRESSION */ - openils.Util.requireLegacy('/utils.js'); - openils.Util.requireLegacy('/config.js'); - openils.Util.requireLegacy('/CGI.js'); - openils.Util.requireLegacy('/md5.js'); - openils.Util.requireLegacy('/slimtree.js'); - openils.Util.requireLegacy('/opac_utils.js'); - openils.Util.requireLegacy('/org_utils.js'); - openils.Util.requireLegacy('/RemoteRequest.js'); - openils.Util.requireLegacy('/init.js'); - openils.Util.requireLegacy('/added_content.js'); - openils.Util.requireLegacy('/DP_DateExtensions.js'); - /* END COMPRESSION */ - + openils.Util.requireLegacy('//OrgTree.js'); + openils.Util.requireLegacy('//FacetDefs.js'); + openils.Util.requireLegacy('/OrgLasso.js'); + + + openils.Util.requireLegacy('/skin/kcls/js/combined.js') + + /* + When combined JS is enabled in the Apache config, the block + below defines which files are added to the final combined JS file. + Currently, only files in $OPAC/common/js/ are eligible for automatic combination. + */ + /* START COMPRESSION */ + openils.Util.requireLegacy('/utils.js'); + openils.Util.requireLegacy('/config.js'); + openils.Util.requireLegacy('/CGI.js'); + openils.Util.requireLegacy('/md5.js'); + openils.Util.requireLegacy('/slimtree.js'); + openils.Util.requireLegacy('/opac_utils.js'); + openils.Util.requireLegacy('/org_utils.js'); + openils.Util.requireLegacy('/RemoteRequest.js'); + openils.Util.requireLegacy('/init.js'); + openils.Util.requireLegacy('/added_content.js'); + openils.Util.requireLegacy('/DP_DateExtensions.js'); + /* END COMPRESSION */ + - /* ----------------------------------------------------------------------- - KCLS suppressed orgs - ----------------------------------------------------------------------- */ - var localSuppressedOrgs = {1500:true, 1501:true, 1558:true}; /* change to suit */ - for (var i in orgArraySearcher) { - var org = orgArraySearcher[i]; - if(localSuppressedOrgs[i]) { - org.opac_visible('f'); - } + /* ----------------------------------------------------------------------- + KCLS suppressed orgs + ----------------------------------------------------------------------- */ + var localSuppressedOrgs = {1500:true, 1501:true, 1558:true}; /* change to suit */ + for (var i in orgArraySearcher) { + var org = orgArraySearcher[i]; + if(localSuppressedOrgs[i]) { + org.opac_visible('f'); } - /* ----------------------------------------------------------------------- */ + } + /* ----------------------------------------------------------------------- */ + + function skin_init() { + forceLoginSSL = true; diff --git a/Open-ILS/web/opac/skin/kcls/xml/page_advanced.xml b/Open-ILS/web/opac/skin/kcls/xml/page_advanced.xml index 4d28b2d651..de7e994d9c 100644 --- a/Open-ILS/web/opac/skin/kcls/xml/page_advanced.xml +++ b/Open-ILS/web/opac/skin/kcls/xml/page_advanced.xml @@ -7,8 +7,6 @@
- - diff --git a/Open-ILS/web/opac/skin/kcls/xml/rdetail/rdetail_summary.xml b/Open-ILS/web/opac/skin/kcls/xml/rdetail/rdetail_summary.xml index 6b5190f6fb..4f8564e6c0 100644 --- a/Open-ILS/web/opac/skin/kcls/xml/rdetail/rdetail_summary.xml +++ b/Open-ILS/web/opac/skin/kcls/xml/rdetail/rdetail_summary.xml @@ -19,7 +19,7 @@ "large": buildISBNSrc(plausible_ident(content), "large") }; - Image of item
+ Image of item