mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Mass-replace global-scope let with var in Pale Moon and TychoAM
tag #155
This commit is contained in:
parent
7099ae78c1
commit
d5b0bc88af
62 changed files with 120 additions and 119 deletions
|
|
@ -2456,7 +2456,7 @@ var gSearchView = {
|
|||
this._allResultsLink.setAttribute("href",
|
||||
AddonRepository.getSearchURL(this._lastQuery));
|
||||
this._allResultsLink.hidden = false;
|
||||
},
|
||||
},
|
||||
|
||||
updateListAttributes: function gSearchView_updateListAttributes() {
|
||||
var item = this._listBox.querySelector("richlistitem[remote='true'][first]");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue