mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Reinstate erroneously removed line.
This commit is contained in:
parent
a4f3536b05
commit
c9632eecb5
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ function onSearchSubmit(aEvent) {
|
|||
|
||||
|
||||
function setupSearchEngine() {
|
||||
let searchText = document.getElementById("searchText");
|
||||
let searchEngineName = document.documentElement.getAttribute("searchEngineName");
|
||||
let searchEngineInfo = SEARCH_ENGINES[searchEngineName];
|
||||
let logoElt = document.getElementById("searchEngineLogo");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue