MistServer  2.5.3-Pro-19-gf5e75b1 ( Generic_64)
Functions | Variables
mist.js File Reference

Functions

function UI buildMenu ()
 
UI stored getOpts ()
 
 if (location.hash)
 
function log ()
 
window on ('hashchange', function(e){var loc=decodeURIComponent(location.hash).substring(1).split('@');if(!loc[1]){loc[1]= '';}var tab=loc[1].split('&');if(tab[0]== ''){tab[0]= 'Overview';}UI.showTab(tab[0], tab[1]);})
 
mist send (function(d){$(window).trigger('hashchange');},{},{timeout:5, hide:true})
 

Variables

var mist
 
var UI
 

Function Documentation

function UI buildMenu ( )
UI stored getOpts ( )
if ( location.  hash)
function log ( )
window on ( 'hashchange'  ,
function(e){var loc=decodeURIComponent(location.hash).substring(1).split('@');if(!loc[1]){loc[1]= '';}var tab=loc[1].split('&');if(tab[0]== ''){tab[0]= 'Overview';}UI.showTab(tab[0], tab[1]);}   
)
mist send ( function(d){$(window).trigger('hashchange');}  ,
{}  ,
{timeout:5, hide:true}   
)

Variable Documentation

var mist
var UI