|
|
@ -43,9 +43,8 @@ var ajaxify = {};
|
|
|
|
if (templates[tpl_url]) {
|
|
|
|
if (templates[tpl_url]) {
|
|
|
|
window.history.pushState({}, url, "/" + url);
|
|
|
|
window.history.pushState({}, url, "/" + url);
|
|
|
|
|
|
|
|
|
|
|
|
jQuery('#footer').fadeOut(100).removeAttr('id');
|
|
|
|
jQuery('#footer').fadeOut(100);
|
|
|
|
jQuery('#content').fadeOut(100);
|
|
|
|
jQuery('#content').fadeOut(100);
|
|
|
|
jQuery('<div id="content"></div>').insertBefore('#footer').hide();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
load_template(function() {
|
|
|
|
load_template(function() {
|
|
|
|
exec_body_scripts(content);
|
|
|
|
exec_body_scripts(content);
|
|
|
@ -55,7 +54,7 @@ var ajaxify = {};
|
|
|
|
callback();
|
|
|
|
callback();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
jQuery('#content, #footer').fadeIn(250);
|
|
|
|
jQuery('#content, #footer').fadeIn(200);
|
|
|
|
}, custom_tpl);
|
|
|
|
}, custom_tpl);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|