fx-compat: Fix progress queue / Find Available PDFs

This commit is contained in:
Abe Jellinek 2022-05-24 13:52:38 -06:00
parent 195dd379d9
commit 29b270e761
5 changed files with 16 additions and 14 deletions

View file

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