Added missing blocked boolean in queries.js

Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
This commit is contained in:
Dylan Sealy
2021-10-28 23:04:25 +02:00
parent 5aeb52ee50
commit 5e9ba7d1fc

View File

@@ -183,11 +183,10 @@ $(function () {
case "10":
fieldtext =
"<span class='text-red'>Blocked <br class='hidden-lg'>(regex blacklist, CNAME)</span>";
blocked = true;
if (data.length > 9 && data[9] > 0) {
regexLink = true;
}
buttontext =
'<button type="button" class="btn btn-default btn-sm text-green"><i class="fas fa-check"></i> Whitelist</button>';
isCNAME = true;