includes/clientside/static/enano-lib-basic.js
changeset 1344 dc96d6c5cd1e
parent 1343 2a31905a567d
child 1362 c690f0b39bcb
equal deleted inserted replaced
1343:2a31905a567d 1344:dc96d6c5cd1e
    83 	rawversion = parseInt(rawversion);
    83 	rawversion = parseInt(rawversion);
    84 	if ( rawversion < 6 )
    84 	if ( rawversion < 6 )
    85 	{
    85 	{
    86 		KILL_SWITCH = true;
    86 		KILL_SWITCH = true;
    87 	}
    87 	}
    88 }
       
    89 
       
    90 var tinymce_initted = false;
       
    91 
       
    92 if ( typeof(DISABLE_MCE) == undefined )
       
    93 {
       
    94 	var DISABLE_MCE = false;
       
    95 }
    88 }
    96 
    89 
    97 var cmt_open;
    90 var cmt_open;
    98 var editor_open = false;
    91 var editor_open = false;
    99 var list;
    92 var list;
   473 	'dynano.js',
   466 	'dynano.js',
   474 	'functions.js',
   467 	'functions.js',
   475 	'dropdown.js',
   468 	'dropdown.js',
   476 	'json.js',
   469 	'json.js',
   477 	'sliders.js',
   470 	'sliders.js',
   478 	'tinymce-init.js',
       
   479 	'preformat.js',
   471 	'preformat.js',
   480 	'loader.js'
   472 	'loader.js'
   481 ];
   473 ];
   482 
   474 
   483 for(var f in thefiles)
   475 for(var f in thefiles)