Completely remove old interface.js.

This commit is contained in:
Michael Jumper
2012-11-21 19:06:57 -08:00
parent 91a6dd5c1a
commit 202dfc403d
4 changed files with 393 additions and 426 deletions

View File

@@ -22,6 +22,11 @@
*/
var GuacUI = GuacUI || {};
/**
* Current session state, including settings.
*/
GuacUI.sessionState = new GuacamoleSessionState();
/**
* Creates a new element having the given tagname and CSS class.
*/
@@ -111,7 +116,7 @@ GuacUI.Audio = new (function() {
this.supported = [];
// If sound disabled, we're done now.
if (GuacamoleUI.sessionState.getProperty("disable-sound"))
if (GuacUI.sessionState.getProperty("disable-sound"))
return;
// Build array of supported audio formats