Fix highlighting problem in the console. (#709)
This commit is contained in:
parent
d73d580724
commit
b5ff41e74c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $(document).ready(function () {
|
|||
}
|
||||
|
||||
$terminalInput.focus();
|
||||
$('.terminal_input--prompt, #terminal_input, #terminal, #terminalNotify').on('click', function () {
|
||||
$('.terminal_input--prompt, #terminal_input, #terminalNotify').on('click', function () {
|
||||
$terminalInput.focus();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue