summaryrefslogtreecommitdiff
path: root/vnc_lite.html
diff options
context:
space:
mode:
Diffstat (limited to 'vnc_lite.html')
-rw-r--r--vnc_lite.html7
1 files changed, 1 insertions, 6 deletions
diff --git a/vnc_lite.html b/vnc_lite.html
index d3d33fc..806a8d8 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) {