From b5ff41e74c2347359488878c1793979482426200 Mon Sep 17 00:00:00 2001 From: Jason aka Input Date: Tue, 31 Oct 2017 16:16:12 -0700 Subject: [PATCH] Fix highlighting problem in the console. (#709) --- public/themes/pterodactyl/js/frontend/console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/pterodactyl/js/frontend/console.js b/public/themes/pterodactyl/js/frontend/console.js index 3b6d90f42..d1bc53c81 100644 --- a/public/themes/pterodactyl/js/frontend/console.js +++ b/public/themes/pterodactyl/js/frontend/console.js @@ -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(); });