mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Merge pull request #1950 from DylanSealy/devel
Add missing blocked boolean in queries.js
This commit is contained in:
@@ -183,7 +183,7 @@ $(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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user