mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Merge branch 'devel' into new/longterm/select_query_type
This commit is contained in:
@@ -315,7 +315,7 @@ $(document).ready(function() {
|
||||
});
|
||||
$("#all-queries tbody").on( "click", "button", function () {
|
||||
var data = tableApi.row( $(this).parents("tr") ).data();
|
||||
if (data[4] === "1")
|
||||
if (data[4] === 1 || data[4] === 4 || data[5] === 5)
|
||||
{
|
||||
add(data[2],"white");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user