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

spice problem correction

This commit is contained in:
catborise 2018-08-14 15:37:26 +03:00
parent edb59947af
commit e7d649636c
2 changed files with 4 additions and 4 deletions

View file

@ -235,7 +235,7 @@
DEBUG > 0 && console.log('SPICE port', event.detail.channel.portName, 'event data:', event.detail.spiceEvent);
});
*/
document.getElementById("fullscreen_button").addEventListener('click', fullscreen;
document.getElementById("fullscreen_button").addEventListener('click', fullscreen);
connect();
</script>