]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Give OrgTree.js a locale, always
authorDan Scott <dscott@laurentian.ca>
Wed, 12 Oct 2011 18:54:25 +0000 (14:54 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 12 Oct 2011 18:54:25 +0000 (14:54 -0400)
commit4d6da36ad97c638af7aef89734dc9cb90e3c1020
treec6eb2627177ff4b13eeab3491b872fcd42f404b3
parentbb952f0ade4daec445a5acd10f266285c15af2f3
Give OrgTree.js a locale, always

We started generating locale-specific OrgTree.js files many moons ago,
and now no longer provide a "default" locale in the root of the
common/js directory. The result was that the index.xhtml page for the
staff client was throwing an "_l is undefined" exception; largely
meaningless, as it seems that the OrgTree isn't even used on that page,
but noise that doesn't need to be in the JavaScript console.

Here we correct that exception by providing a locale, and hopefully
prevent any further copy/paste mistakes.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/xul/staff_client/server/index.xhtml