Fix deprecated warnings of jquery-migrate

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-10-10 15:57:17 +02:00
parent dada13776f
commit d55847013f
11 changed files with 53 additions and 47 deletions

View File

@@ -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 = "";