Small cleanup
This commit is contained in:
parent
26a4d28fb5
commit
55f18e392b
|
|
@ -1563,7 +1563,7 @@ that.sendPassword = function(passwd) {
|
|||
};
|
||||
|
||||
that.sendCtrlAltDel = function() {
|
||||
if (rfb_state !== "normal" || conf.view_only==true) { return false; }
|
||||
if (rfb_state !== "normal" || conf.view_only) { return false; }
|
||||
Util.Info("Sending Ctrl-Alt-Del");
|
||||
var arr = [];
|
||||
arr = arr.concat(keyEvent(0xFFE3, 1)); // Control
|
||||
|
|
|
|||
Loading…
Reference in New Issue