www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 476e0f87d604389f289e6d863136e94625e906df
parent b8781bf254f9a55c309f4a6e029ec3358bbb0493
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 22 Jan 2012 10:28:13 -0500

Locale debugging

Diffstat:
Mchrome/content/zotero/xpcom/cite.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js @@ -124,6 +124,7 @@ Zotero.Cite.System.retrieveItem = function(item) { }; Zotero.Cite.System.retrieveLocale = function(lang) { + Zotero.debug('=========' + lang); var protHandler = Components.classes["@mozilla.org/network/protocol;1?name=chrome"] .createInstance(Components.interfaces.nsIProtocolHandler); var channel = protHandler.newChannel(protHandler.newURI("chrome://zotero/content/locale/csl/locales-"+lang+".xml", "UTF-8", null));