Small cleanup

This commit is contained in:
Matthew Balman 2011-10-24 16:29:57 -05:00
parent 26a4d28fb5
commit 55f18e392b
1 changed files with 1 additions and 1 deletions

View File

@ -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