/* * noVNC: HTML5 VNC client * Copyright (C) 2010 Joel Martin * Licensed under LGPL-3 (see LICENSE.txt) * * See README.md for usage and integration instructions. */ "use strict"; /*jslint white: false */ /*global $, Util, RFB, Canvas, VNC_uri_prefix, Element, Fx */ var DefaultControls = { settingsOpen : false, // Render default controls and initialize settings menu load: function(target) { var html, i, DC = DefaultControls, sheet, sheets, llevels; /* Populate the 'target' DOM element with default controls */ if (!target) { target = 'vnc'; } html = ""; html += '
'; html += '