Site translator for WSJ
Mousing over the icon, it acknowledges that it is a WSJ article, but it still won't save it to Zotero when I click the icon.
http://online.wsj.com/article/SB123914805204099085.html
http://online.wsj.com/article/SB123914805204099085.html
[JavaScript Error: "First or last name must be provided in Zotero.Creators.getDataID()" {file: "file:///home/sebastian/.mozilla/firefox/wkxw8okh.default/zotero/translators/Wall%20Street%20Journal.js" line: 0}]
error report ID: 1597858635
http://www.zotero.org/support/reporting_bugs
About 60% of the way down the translator replace this:
for each (var aut in authors) {
item.creators.push(Zotero.Utilities.cleanAuthor(aut, "author"));
}
with
for each (var aut in authors) {
if (aut.length > 0) {
item.creators.push(Zotero.Utilities.cleanAuthor(aut, "author"));
}
}
Regards
Will Smith
http://www.willsmith.org/contactme/