From: dbs Date: Tue, 30 Nov 2010 20:12:06 +0000 (+0000) Subject: Enable GET params to be added properly in buildOPACLink() X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6eb3c32b33046bd33525d4cd601b2849f36eca50;p=evergreen%2Ftadl.git Enable GET params to be added properly in buildOPACLink() Symptom was that the "?l=#" parameter wasn't being added to the home screen "Advanced Search" link. Cause was that the dojo.addOnLoad(init) call was being made after the dojo.addOnLoad(home_init) call, which depended on globals being set by init(). This started happening when the JavaScript was shifted around in an attempt to kill the white screen of death. There may be other similar issues in other interfaces; keep your eyes open! git-svn-id: svn://svn.open-ils.org/ILS/trunk@18882 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/web/opac/skin/default/xml/home/index_body.xml b/Open-ILS/web/opac/skin/default/xml/home/index_body.xml index a20a13301e..d2f031dda0 100644 --- a/Open-ILS/web/opac/skin/default/xml/home/index_body.xml +++ b/Open-ILS/web/opac/skin/default/xml/home/index_body.xml @@ -21,17 +21,6 @@ - -
@@ -53,7 +42,18 @@