mirror of
https://github.com/pi-hole/web.git
synced 2026-05-01 14:12:25 +01:00
Fix deprecated warnings of jquery-migrate
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
@@ -87,7 +87,7 @@ function eventsource() {
|
||||
}
|
||||
|
||||
// Handle enter key
|
||||
$("#domain").keypress(function (e) {
|
||||
$("#domain").on("keypress", function (e) {
|
||||
if (e.which === 13) {
|
||||
// Enter was pressed, and the input has focus
|
||||
exact = "";
|
||||
|
||||
Reference in New Issue
Block a user