remove debug code
This commit is contained in:
parent
d2c3f0fa12
commit
a4032fe817
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue