remove unnecessary semicolon as per codefactor.io

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2019-10-14 22:02:59 +01:00
parent 07195fb4e7
commit c65b9a3468

View File

@@ -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