]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Acq: fix a bug that sometimes prevents the general search page from loading
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Thu, 6 Oct 2011 16:06:09 +0000 (12:06 -0400)
committerBill Erickson <berick@esilibrary.com>
Wed, 2 Nov 2011 20:53:45 +0000 (16:53 -0400)
commita63abb63756cf5e2df6ca53a856c1179cf97581f
tree7d017b5f9c0a5a135184d7ccd7ee106daf23eff6
parent8399d37d204e7190d4f1cb1c8efe245d3bdda94c
Acq: fix a bug that sometimes prevents the general search page from loading

Within Acquisitions General Search, javascript included from one file
in the <head> relies on the variable "localeStrings" being initialized
by javascript included from a file in <body>.  Sometimes the wrong
javascript wins the race, you get an error about localeStrings being
undefined in the Javascript console, and the page stops loading.

Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/js/ui/default/acq/search/unified.js