mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00: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:
@@ -288,6 +288,7 @@ function addGroup() {
|
||||
$("#new_desc").val("");
|
||||
table.ajax.reload();
|
||||
table.rows().deselect();
|
||||
$("#new_name").focus();
|
||||
} else {
|
||||
utils.showAlert("error", "", "Error while adding new group", response.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user