Skip to content

Commit a835d2b

Browse files
committed
[ISI WoK] Recognize InboundService.do pages
1 parent f27b0ea commit a835d2b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

ISI Web of Knowledge.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99
"inRepository": true,
1010
"translatorType": 5,
1111
"browserSupport": "gcsv",
12-
"lastUpdated": "2014-04-10 11:26:32"
12+
"lastUpdated": "2014-07-24 21:53:33"
1313
}
1414

1515
function detectWeb(doc, url) {
16-
if (url.indexOf("full_record.do") !== -1 && getSingleItemId(doc)) {
16+
if ( (url.indexOf("full_record.do") !== -1
17+
|| url.indexOf("InboundService.do") != -1)
18+
&& getSingleItemId(doc)
19+
) {
1720
return "journalArticle";
1821
} else if (((doc.title.indexOf(" Results") !== -1)
1922
|| url.indexOf("search_mode=") !== -1)

0 commit comments

Comments
 (0)