fx-compat: Fix progress queue / Find Available PDFs
This commit is contained in:
parent
195dd379d9
commit
29b270e761
5 changed files with 16 additions and 14 deletions
|
@ -21,7 +21,7 @@ function waitForDOMEvent(target, event, capture) {
|
|||
}
|
||||
|
||||
async function waitForRecognizer() {
|
||||
var win = await waitForWindow('chrome://zotero/content/progressQueueDialog.xul')
|
||||
var win = await waitForWindow('chrome://zotero/content/progressQueueDialog.xhtml')
|
||||
// Wait for status to show as complete
|
||||
var completeStr = Zotero.getString("general.finished");
|
||||
while (win.document.getElementById("label").value != completeStr) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue