mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Fix highlighting problem in the console. (#709)
This commit is contained in:
committed by
Dane Everitt
parent
d73d580724
commit
b5ff41e74c
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user