diff --git a/vnc_lite.html b/vnc_lite.html index d3d33fc7..806a8d82 100644 --- a/vnc_lite.html +++ b/vnc_lite.html @@ -113,12 +113,7 @@ function connected(e) { document.getElementById('sendCtrlAltDelButton').disabled = false; - if (WebUtil.getConfigVar('encrypt', - (window.location.protocol === "https:"))) { - status("Connected (encrypted) to " + desktopName); - } else { - status("Connected (unencrypted) to " + desktopName); - } + status("Connected to " + desktopName); } function disconnected(e) {