diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 7297b6bfb..3cb1da3df 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -154,11 +154,10 @@ Zotero.Style = function(file) { this.updated = xml.info.updated.toString().replace(/(.+)T([^\+]+)\+?.*/, "$1 $2"); this._class = xml.@class.toString(); - this.source = null + this.source = null; for each(var link in xml.info.link) { if(link.@rel == "source") { this.source = link.@href.toString(); - Zotero.debug("have source "+this.source); } } }