diff options
author | Aurimas Vinckevicius <aurimas.dev@gmail.com> | 2014-09-22 14:05:02 -0500 |
---|---|---|
committer | Aurimas Vinckevicius <aurimas.dev@gmail.com> | 2014-09-22 14:05:02 -0500 |
commit | 1300e7a62dd6e3e96cca65f75bd65806a266c9d8 (patch) | |
tree | 1d7b672db5777f0c0e6aee2d1f231233affad524 | |
parent | 52f60ef94642fafdb4255890d54daec5376647f9 (diff) | |
download | zotero-translators-1300e7a62dd6e3e96cca65f75bd65806a266c9d8.tar.gz zotero-translators-1300e7a62dd6e3e96cca65f75bd65806a266c9d8.zip |
[OhioLINK] Fix target regexp
Thanks to @zuphilip
-rw-r--r-- | OhioLINK.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OhioLINK.js b/OhioLINK.js index 09088f0..43f3556 100644 --- a/OhioLINK.js +++ b/OhioLINK.js @@ -2,14 +2,14 @@ "translatorID": "17c974e6-7c4f-4ac8-93af-8d74debca110", "label": "OhioLINK", "creator": "Aurimas Vinckevicius", - "target": "https?://journals.ohiolink.edu/ejc/article.cgi\\?", + "target": "https?://journals\\.ohiolink\\.edu/ejc/article\\.cgi\\?", "minVersion": "3.0", "maxVersion": "", "priority": 100, "inRepository": true, "translatorType": 4, "browserSupport": "gcs", - "lastUpdated": "2014-09-22 18:28:42" + "lastUpdated": "2014-09-22 19:04:42" } function detectWeb(doc, url) { @@ -40,4 +40,4 @@ function doWeb(doc, url) { }); trans.translate(); }); -}
\ No newline at end of file +} |