Fixed Ovid error
This commit is contained in:
parent
d500b50e2e
commit
fd78461fc6
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
"maxVersion":"",
|
"maxVersion":"",
|
||||||
"priority":100,
|
"priority":100,
|
||||||
"inRepository":true,
|
"inRepository":true,
|
||||||
"lastUpdated":"2010-01-07 10:00:00"
|
"lastUpdated":"2010-01-21 22:25:00"
|
||||||
}
|
}
|
||||||
|
|
||||||
function detectWeb(doc, url) {
|
function detectWeb(doc, url) {
|
||||||
|
@ -200,6 +200,7 @@ function doWeb(doc, url) {
|
||||||
if(haveStarted) {
|
if(haveStarted) {
|
||||||
newItem.complete();
|
newItem.complete();
|
||||||
}
|
}
|
||||||
}, function () { Zotero.done(); });
|
Zotero.done();
|
||||||
|
});
|
||||||
Zotero.wait();
|
Zotero.wait();
|
||||||
}
|
}
|
Loading…
Reference in a new issue