Home | History | Annotate | Download | only in include

Lines Matching full:connected

101             return "You are currently connected.";
319 // Settings with immediate (non-connected related) effect
414 var connected = UI.rfb_state === 'normal' ? true : false;
417 $D('noVNC_encrypt').disabled = connected;
418 $D('noVNC_true_color').disabled = connected;
421 $D('noVNC_cursor').disabled = connected;
426 $D('noVNC_shared').disabled = connected;
427 $D('noVNC_view_only').disabled = connected;
428 $D('noVNC_connectTimeout').disabled = connected;
429 $D('noVNC_path').disabled = connected;
431 if (connected) {