mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Added missing blocked boolean in queries.js
Signed-off-by: Dylan Sealy <66305635+DylanSealy@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user