update host

This commit is contained in:
Bruno Rybársky 2022-06-12 13:29:46 +02:00
parent 6d102d8512
commit d14d957abc

@ -49,7 +49,7 @@ $(document).ready(function(){
//fit console to screen //fit console to screen
//$('#console').css('height', $(window).height() - $('#console').offset().top - 10); //$('#console').css('height', $(window).height() - $('#console').offset().top - 10);
//account for the input box //account for the input box
let host = 'ws://127.0.0.1:8480'; let host = 'wss://console.brn.systems:443';
var socket = io.connect(host); var socket = io.connect(host);
resizeit(); resizeit();
//resize it on window resize //resize it on window resize