Major revamps to the template parser. Fixed a few security holes that could allow PHP to be injected in untimely places in TPL code. Improved Ux for XSS attempt in tplWikiFormat. Documented many functions. Backported much cleaner parser from 2.0 branch. Beautified a lot of code in the depths of the template class. Pretty much a small-scale Extreme Makeover.
// Some final stuff - loader routines, etc.
var __tmpEnanoStartup9843275;
function enanoStartup(e) {
if ( !e )
{
// Delay initting sliders until images are loaded
if ( typeof(window.onload) == 'function' )
__tmpEnanoStartup9843275 = window.onload;
else
__tmpEnanoStartup9843275 = function(){};
window.onload = function(e){__tmpEnanoStartup9843275(e);initSliders();};
}
else
{
initSliders();
}
}
function mdgInnerLoader(e)
{
jws.startup();
enanoStartup(e);
if(window.location.hash == '#comments') ajaxComments();
window.onkeydown=isKeyPressed;
window.onkeyup=function(e) { isKeyPressed(e); };
Fat.fade_all();
fadeInfoBoxes();
//initTextareas();
buildSearchBoxes();
jBoxInit();
if(typeof (dbx_set_key) == 'function')
{
dbx_set_key();
}
runOnloadHooks(e);
}
if(window.onload) var ld = window.onload;
else var ld = function() {return;};
function enano_init(e) {
ld(e);
mdgInnerLoader(e);
}
if ( typeof(KILL_SWITCH) == 'boolean' && !KILL_SWITCH )
{
window.onload = enano_init;
}