mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 07:57:50 +00:00
Fixes player panel search tool displaying empty rows (#37531)
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
if ( search.innerText.toLowerCase().indexOf(filter) == -1 )
|
||||
{
|
||||
//document.write("a");
|
||||
//ltr.removeChild(tr);
|
||||
tr.parentNode.removeChild(tr);
|
||||
td.innerHTML = "";
|
||||
i--;
|
||||
}
|
||||
@@ -402,4 +402,4 @@
|
||||
|
||||
dat += "</table></body></html>"
|
||||
|
||||
usr << browse(HTML_SKELETON(dat), "window=players;size=640x480")
|
||||
usr << browse(dat, "window=players;size=640x480")
|
||||
|
||||
Reference in New Issue
Block a user