mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user