|
|
|
@ -88,7 +88,7 @@ var ajaxify = {};
|
|
|
|
|
|
|
|
|
|
translator.load(tpl_url);
|
|
|
|
|
|
|
|
|
|
jQuery('#footer, #content').fadeOut(100);
|
|
|
|
|
jQuery('#footer, #content').addClass('ajaxifying');
|
|
|
|
|
|
|
|
|
|
templates.flush();
|
|
|
|
|
templates.load_template(function () {
|
|
|
|
@ -105,7 +105,8 @@ var ajaxify = {};
|
|
|
|
|
|
|
|
|
|
app.processPage();
|
|
|
|
|
|
|
|
|
|
jQuery('#content, #footer').stop(true, true).fadeIn(200, function () {
|
|
|
|
|
jQuery('#content, #footer').stop(true, true).removeClass('ajaxifying');
|
|
|
|
|
|
|
|
|
|
if (window.location.hash) {
|
|
|
|
|
hash = window.location.hash;
|
|
|
|
|
}
|
|
|
|
@ -115,7 +116,6 @@ var ajaxify = {};
|
|
|
|
|
topic.scrollToPost(hash.substr(1));
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
utils.refreshTitle(url);
|
|
|
|
|
|
|
|
|
|