Changed viewdata terminal to use wss://
This commit is contained in:
parent
442c326ad7
commit
8c05198e92
@ -91,6 +91,7 @@ var telnet;
|
||||
var url = document.location.href;
|
||||
$D('host').value = 'chinwag.leenooks.net';
|
||||
$D('port').value = '443';
|
||||
$D('encrypt').checked = true;
|
||||
$D('url').value = '/ws/videotex/516';
|
||||
|
||||
telnet = Telnet('terminal', connected, disconnected);
|
||||
|
Reference in New Issue
Block a user