From 4d6da36ad97c638af7aef89734dc9cb90e3c1020 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 b60be0d7b3..7475cbcac2 100644 --- a/Open-ILS/xul/staff_client/server/index.xhtml +++ b/Open-ILS/xul/staff_client/server/index.xhtml @@ -72,7 +72,7 @@ - -- 2.11.0