fixed ajaxify bug that was rendering pages twice (solved flicker issue); fixed entering rooms that was casuing rep/streaming posts to not work; fixed /accounts to work by adding get data route; fixed bug that preventing gravatars from loading if there was more than one post in the thread

This commit is contained in:
psychobunny
2013-05-06 03:41:22 +00:00
parent c906b7419a
commit 8a2c18de5b
5 changed files with 22 additions and 17 deletions

View File

@@ -33,7 +33,9 @@ var ajaxify = {};
if (templates[tpl_url]) {
window.history.pushState({}, url, "/" + url);
jQuery('#content, #footer').fadeOut(100, function() {
jQuery('#footer').fadeOut(100);
jQuery('#content').fadeOut(100, function() {
load_template(function() {
exec_body_scripts(content);