better search
This commit is contained in:
parent
01e267846e
commit
83dc0ebb71
11 changed files with 321 additions and 70 deletions
|
@ -54,6 +54,11 @@ class Direct extends Guild {
|
|||
}
|
||||
}
|
||||
getHTML() {
|
||||
const sideContainDiv = document.getElementById("sideContainDiv");
|
||||
if (sideContainDiv) sideContainDiv.classList.remove("searchDiv");
|
||||
const searchBox = document.getElementById("searchBox");
|
||||
if (searchBox) searchBox.textContent = "";
|
||||
|
||||
const ddiv = document.createElement("div");
|
||||
const build = super.getHTML();
|
||||
const freindDiv = document.createElement("div");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue