From 58e0a1f1367cc084e500a850e4c1ca0b7b9bf225 Mon Sep 17 00:00:00 2001 From: davipatury Date: Sat, 18 Feb 2017 16:05:21 -0200 Subject: [PATCH] little fix. --- nano/templates/secure_data.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/templates/secure_data.tmpl b/nano/templates/secure_data.tmpl index 3ad05868fc5..00f89e17059 100644 --- a/nano/templates/secure_data.tmpl +++ b/nano/templates/secure_data.tmpl @@ -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) {