Skip to content

Commit b5ff41e

Browse files
jasoryehDaneEveritt
authored andcommitted
Fix highlighting problem in the console. (pterodactyl#709)
1 parent d73d580 commit b5ff41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/themes/pterodactyl/js/frontend/console.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $(document).ready(function () {
4646
}
4747

4848
$terminalInput.focus();
49-
$('.terminal_input--prompt, #terminal_input, #terminal, #terminalNotify').on('click', function () {
49+
$('.terminal_input--prompt, #terminal_input, #terminalNotify').on('click', function () {
5050
$terminalInput.focus();
5151
});
5252

0 commit comments

Comments
 (0)