From 55f18e392be2c775b5470cabde8f1102a57b4dc2 Mon Sep 17 00:00:00 2001 From: Matthew Balman Date: Mon, 24 Oct 2011 16:29:57 -0500 Subject: [PATCH] Small cleanup --- include/rfb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rfb.js b/include/rfb.js index f58cc438..7e01163e 100644 --- a/include/rfb.js +++ b/include/rfb.js @@ -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