]> git.evergreen-ils.org Git - Evergreen.git/commit
Enable GET params to be added properly in buildOPACLink()
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 30 Nov 2010 20:12:06 +0000 (20:12 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 30 Nov 2010 20:12:06 +0000 (20:12 +0000)
commit6eb3c32b33046bd33525d4cd601b2849f36eca50
tree1281138f74e86e9ca339f33793becd92c8f7646e
parent97ed8b506b98bbe8cba973e722bea03cfc35fada
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
Open-ILS/web/opac/skin/default/xml/home/index_body.xml