includes/clientside/static/loader.js
changeset 588 20484deb89cd
parent 582 a38876c0793c
child 1227 bdac73ed481e
equal deleted inserted replaced
587:705ed7162315 588:20484deb89cd
    19 function enano_init(e)
    19 function enano_init(e)
    20 {
    20 {
    21   mdgInnerLoader(e);
    21   mdgInnerLoader(e);
    22   
    22   
    23   // we're loaded; set flags to true
    23   // we're loaded; set flags to true
       
    24   console.info('Enano::JS runtime: system init complete');
    24   onload_complete = true;
    25   onload_complete = true;
    25 }
    26 }
    26 
    27 
    27 // don't init the page if less than IE6
    28 // don't init the page if less than IE6
    28 if ( typeof(KILL_SWITCH) == 'boolean' && !KILL_SWITCH )
    29 if ( typeof(KILL_SWITCH) == 'boolean' && !KILL_SWITCH )