use focus in js
This commit is contained in:
parent
953884db55
commit
de87a14813
@ -49,6 +49,7 @@ $(document).ready(function(){
|
||||
//fit console to screen
|
||||
//$('#console').css('height', $(window).height() - $('#console').offset().top - 10);
|
||||
//account for the input box
|
||||
$("#console").focus();
|
||||
let host = 'wss://console.brn.systems:443';
|
||||
var socket = io.connect(host);
|
||||
resizeit();
|
||||
|
Loading…
Reference in New Issue
Block a user