mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Fixed comment
This commit is contained in:
@@ -25,7 +25,7 @@ function eventsource() {
|
||||
// eventsourcetest();
|
||||
// });
|
||||
|
||||
// Handle enter button for adding domains
|
||||
// Handle enter button
|
||||
$(document).keypress(function(e) {
|
||||
if(e.which === 13 && $("#domain").is(":focus")) {
|
||||
// Enter was pressed, and the input has focus
|
||||
|
||||
Reference in New Issue
Block a user