mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Initialize regex filter mode and clear search field (if set previously)
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -496,6 +496,8 @@ $(document).ready(function() {
|
||||
}
|
||||
});
|
||||
|
||||
// Initialize regex filter mode and clear search field (if set previously)
|
||||
tableApi.search("", true, true).draw();
|
||||
|
||||
$("#all-queries tbody").on("click", "button", function() {
|
||||
var data = tableApi.row($(this).parents("tr")).data();
|
||||
|
||||
Reference in New Issue
Block a user