mirror of
https://github.com/celisej567/wiki.git
synced 2026-01-03 18:11:10 +03:00
Forgot about the search
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
}
|
||||
for (var i = 0; i < namelist.length; i++)
|
||||
{
|
||||
if(!namelist[i].toLowerCase().includes(searchtext)) continue;
|
||||
if(namelist[i].toLowerCase().indexOf(searchtext) == -1) continue;
|
||||
var searchelement = document.createElement("li");
|
||||
var link = document.createElement("a");
|
||||
searchelement.appendChild(link);
|
||||
|
||||
Reference in New Issue
Block a user