We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b7918 commit ea470fbCopy full SHA for ea470fb
2 files changed
src/main/webapp/_res/inc/header.jsp
@@ -56,6 +56,7 @@
56
57
$("form input, form select").keydown(function (event) {
58
if (event.keyCode == 13) {
59
+ event.preventDefault();
60
$(this).closest("form").submit();
61
}
62
});
src/main/webapp/admin/secure_shell.jsp
@@ -383,7 +383,7 @@
383
$('#match_btn').text("Start");
384
clearInterval(matchFunction)
385
386
- $('#match_btn').removeAttr('disabled');
+ $('.btn').removeAttr('disabled');
387
388
389
0 commit comments