From 6eb3c32b33046bd33525d4cd601b2849f36eca50 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 30 Nov 2010 20:12:06 +0000 Subject: [PATCH] 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 --- .../web/opac/skin/default/xml/home/index_body.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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 a20a13301..d2f031dda 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 @@