mirror of
https://github.com/pi-hole/web.git
synced 2026-04-28 04:33:58 +01:00
Add auto focus to groups and groups-adlist pages
Signed-off-by: Joshua Wu <Joshua.wu.0910@gmail.com>
This commit is contained in:
@@ -517,6 +517,7 @@ function addAdlist() {
|
||||
$("#new_comment").val("");
|
||||
table.ajax.reload();
|
||||
table.rows().deselect();
|
||||
$("#new_address").focus();
|
||||
} else {
|
||||
utils.showAlert("error", "", "Error while adding new adlist: ", response.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user