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:
parent
76e6388ec5
commit
e9e2185fb4
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue