mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1243295 - TypeError: searchbar.inputChanged is not a function from UITour.jsm, r=MattN.
This commit is contained in:
parent
b59aaa0a0b
commit
054dec0958
@ -661,8 +661,8 @@ this.UITour = {
|
||||
targetPromise.then(target => {
|
||||
let searchbar = target.node;
|
||||
searchbar.value = data.term;
|
||||
searchbar.inputChanged();
|
||||
}).then(null, Cu.reportError);
|
||||
searchbar.updateGoButtonVisibility();
|
||||
});
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user