Addresses #1309, Fixes single results, multiple is using black magic, needs more work.
This commit is contained in:
parent
88ba3bf75b
commit
02a766571b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ function doWeb(doc, url) {
|
|||
var disb = text.match(/<input type="hidden" name="disb" value="([^"]+)">/);
|
||||
poststring = "delRange="+delRange+"&selDocs=&disb="+disb[1]+"&initializationPage=0";
|
||||
Zotero.Utilities.HTTP.doPost(uri, poststring, function(text) {
|
||||
uri = text.match(/&url=([^']+)'/)
|
||||
uri = text.match(/url=([^']+)'/)
|
||||
uri = decodeURIComponent(uri[1]);
|
||||
uri = uri.replace(/http:\/\/[^/]*\//, host+"/");
|
||||
var uris = new Array();
|
||||
|
|
Loading…
Reference in a new issue