www

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

commit 536f1ee24e55fa9bff249b378bcdbf91455daa5d
parent 329ac1db8a9bc8acbda02d1cc4c507c4f1adda59
Author: Avram Lyon <ajlyon@gmail.com>
Date:   Tue, 14 Sep 2010 14:13:54 +0000

Adding ISSN to Japan Times translator


Diffstat:
Mtranslators/Japan Times Online.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/translators/Japan Times Online.js b/translators/Japan Times Online.js @@ -166,6 +166,7 @@ var scrapeAndParse = function (url) { mytxt = Zotero.Utilities.retrieveSource(url); item.publicationTitle = "Japan Times Online"; + item.ISSN = "0289-1956"; item.url = url; val = getTagContent(mytxt, "id", "date"); if (val) {