mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
little fix.
This commit is contained in:
@@ -20,7 +20,7 @@ Used In File(s): \code\game\machinery\computer\security.dm
|
||||
hidden.parent("td").parent("tr").show()
|
||||
}
|
||||
|
||||
if(filter.value == ""){
|
||||
if(filter == ""){
|
||||
return;
|
||||
} else {
|
||||
hidden = $("#maintable_data").children("tbody").children("tr").children("td").children("input").filter(function(index) {
|
||||
|
||||
Reference in New Issue
Block a user