We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27b0ea commit a835d2bCopy full SHA for a835d2b
ISI Web of Knowledge.js
@@ -9,11 +9,14 @@
9
"inRepository": true,
10
"translatorType": 5,
11
"browserSupport": "gcsv",
12
- "lastUpdated": "2014-04-10 11:26:32"
+ "lastUpdated": "2014-07-24 21:53:33"
13
}
14
15
function detectWeb(doc, url) {
16
- if (url.indexOf("full_record.do") !== -1 && getSingleItemId(doc)) {
+ if ( (url.indexOf("full_record.do") !== -1
17
+ || url.indexOf("InboundService.do") != -1)
18
+ && getSingleItemId(doc)
19
+ ) {
20
return "journalArticle";
21
} else if (((doc.title.indexOf(" Results") !== -1)
22
|| url.indexOf("search_mode=") !== -1)
0 commit comments