Fix error when linking to plaintext file (caused wait cursor to stay active on Linux)
This commit is contained in:
parent
cdbe354b0b
commit
de3dd85016
|
@ -484,7 +484,6 @@ Zotero.Attachments = new function(){
|
|||
// Chain fulltext indexer inside the charset callback,
|
||||
// since it's asynchronous and a prerequisite
|
||||
Zotero.Fulltext.indexDocument(browser.contentDocument, itemID);
|
||||
Zotero.Browser.deleteHiddenBrowser(browser);
|
||||
}
|
||||
}, itemID);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user