mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
[Pale-Moon] Fix undefined console when the hidePopup method is called
This commit is contained in:
@@ -195,7 +195,6 @@ this.AutoCompletePopup = {
|
||||
this.openedPopup.hidePopup();
|
||||
} catch(e) {
|
||||
Cu.reportError(e);
|
||||
console.log("Debug: ", this.openedPopup);
|
||||
}
|
||||
}
|
||||
AutoCompleteTreeView.clearResults();
|
||||
|
||||
Reference in New Issue
Block a user