Extra logging for waitForWindow() support function
This commit is contained in:
parent
7474b31e96
commit
e119e5bf0d
1 changed files with 3 additions and 0 deletions
|
@ -97,6 +97,9 @@ function waitForWindow(uri, callback) {
|
|||
deferred.resolve(win);
|
||||
});
|
||||
}
|
||||
else {
|
||||
Zotero.debug(`Ignoring window ${uri} in waitForWindow()`);
|
||||
}
|
||||
};
|
||||
var winobserver = {"observe":function(subject, topic, data) {
|
||||
if(topic != "domwindowopened") return;
|
||||
|
|
Loading…
Reference in a new issue