Fixed comment

This commit is contained in:
DL6ER
2016-11-22 15:43:12 +01:00
parent 64d532a95c
commit 83cf008fca
+1 -1
View File
@@ -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