1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-11-01 03:54:15 +00:00

Update console-spice-full.html

typo-fix
This commit is contained in:
catborise 2018-08-27 15:43:33 +03:00 committed by GitHub
parent 76e6388ec5
commit e9e2185fb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@
}
function fullscreen() {
var screen=document.getElementById('spice-screen?');
var screen=document.getElementById('spice-screen');
if(screen.requestFullscreen) {
screen.requestFullscreen();
} else if(screen.mozRequestFullScreen) {
@ -227,4 +227,4 @@
document.getElementById('ctrlaltf12').addEventListener('click', function(){sendCtrlAltFN(11);});
connect();
</script>
{% endblock %}
{% endblock %}