Fix error when linking to plaintext file (caused wait cursor to stay active on Linux)

This commit is contained in:
Dan Stillman 2006-11-08 04:30:23 +00:00
parent cdbe354b0b
commit de3dd85016

View File

@ -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);