Changed viewdata terminal to use wss://

This commit is contained in:
Deon George 2019-01-16 14:45:46 +11:00
parent 442c326ad7
commit 8c05198e92
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254

View File

@ -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);