mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-html5
synced 2025-12-29 00:15:10 +00:00
Add the sc object to sendCtrlAltDel because it is otherwise undefined and issues a JS error
This commit is contained in:
parent
87b9bee02f
commit
1cc7987360
@ -190,7 +190,7 @@ function handle_keyup(e)
|
||||
e.preventDefault();
|
||||
}
|
||||
|
||||
function sendCtrlAltDel()
|
||||
function sendCtrlAltDel(sc)
|
||||
{
|
||||
if (sc && sc.inputs && sc.inputs.state === "ready"){
|
||||
var key = new Messages.SpiceMsgcKeyDown();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user