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:59:18 +0000 (14:59 -0400)
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

index 44b6c81..dfa9de8 100644 (file)
@@ -69,7 +69,7 @@
 </script>
   <script type="text/javascript" src="/opac/common/js/RemoteRequest.js">
 </script>
-  <script type="text/javascript" src="/opac/common/js/OrgTree.js">
+  <script type="text/javascript" src="/opac/common/js/<!--#echo var='locale'-->/OrgTree.js">
 </script>
   <script type="text/javascript" src="/opac/common/js/org_utils.js">
 </script>