1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

console/templates/console-base.html fix html tag console/templates/console-spice-lite.html add console log message by @honza801

This commit is contained in:
catborise 2018-10-24 16:45:23 +03:00
parent b3b9596a12
commit e80bbfd85b
2 changed files with 3 additions and 3 deletions

View file

@ -108,7 +108,7 @@
function connect()
{
var host, port, password, scheme = "ws://", uri;
console.log('>> connect');
// By default, use the host and port of server that served this file
//host = spice_query_var('host', window.location.hostname);
host = '{{ ws_host| safe }}';
@ -170,7 +170,7 @@
disconnect();
}
console.log('<< connect')
}
function disconnect()