Bug 1243295 - TypeError: searchbar.inputChanged is not a function from UITour.jsm, r=MattN.

This commit is contained in:
Florian Quèze 2016-01-27 12:50:16 +01:00
parent b59aaa0a0b
commit 054dec0958

View File

@ -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;
}