Skip to content

Commit

Permalink
Fixed term focus
Browse files Browse the repository at this point in the history
  • Loading branch information
skavanagh committed Apr 13, 2019
1 parent 6dfd239 commit c97c9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/admin/secure_shell.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
$('#dummy').focus();
var keys = {};

var termFocus = true;
$(document).keypress(function (e) {
if (termFocus) {
var keyCode = (e.keyCode) ? e.keyCode : e.charCode;
Expand Down

0 comments on commit c97c9c8

Please sign in to comment.