From 6ff9b39db6a95d51fe298d052f5a03668cedfdd8 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 12 Oct 2011 14:54:25 -0400 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/index.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/index.xhtml b/Open-ILS/xul/staff_client/server/index.xhtml index 44b6c81731..dfa9de8fe5 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -69,7 +69,7 @@ - -- 2.11.0