From: senator Date: Mon, 13 Dec 2010 21:51:30 +0000 (-0500) Subject: kill dangling comma and turn off dojo debug for the moment X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1ca16fd9fbb4e5f6d4691c0ed083d12133825cad;p=evergreen%2Fequinox.git kill dangling comma and turn off dojo debug for the moment --- diff --git a/Open-ILS/web/opac/skin/default/xml/common/js_common.xml b/Open-ILS/web/opac/skin/default/xml/common/js_common.xml index 03fb98779a..31b692650d 100644 --- a/Open-ILS/web/opac/skin/default/xml/common/js_common.xml +++ b/Open-ILS/web/opac/skin/default/xml/common/js_common.xml @@ -2,11 +2,12 @@ var locale = location.href.replace( /.+opac\/([^\/]+)\/skin.+/, '$1' ); if (!locale) locale = ''; - var djConfig = { - locale: locale.toLowerCase(), - parseOnLoad: true, - isDebug: true, - }, lang, bidi; + var djConfig = { + locale: locale.toLowerCase(), + parseOnLoad: true, + isDebug: false + }; + var lang, bidi;