mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 19:04:45 +02:00
Fix highlighting problem in the console. (#709)
This commit is contained in:
parent
d73d580724
commit
b5ff41e74c
@ -46,7 +46,7 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$terminalInput.focus();
|
$terminalInput.focus();
|
||||||
$('.terminal_input--prompt, #terminal_input, #terminal, #terminalNotify').on('click', function () {
|
$('.terminal_input--prompt, #terminal_input, #terminalNotify').on('click', function () {
|
||||||
$terminalInput.focus();
|
$terminalInput.focus();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user