mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
remove unnecessary semicolon as per codefactor.io
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
@@ -234,7 +234,7 @@ $(document).keypress(function(e) {
|
||||
if(e.which === 13 && $("#domain,#comment").is(":focus")) {
|
||||
// Enter was pressed, and the input has focus
|
||||
add(listType);
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
// Handle buttons
|
||||
|
||||
Reference in New Issue
Block a user