mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-09 07:25:46 +01:00
addressed issue #7 - removed unintentional flicker on page load
This commit is contained in:
@@ -58,8 +58,7 @@ var ajaxify = {};
|
|||||||
}
|
}
|
||||||
|
|
||||||
app.process_page();
|
app.process_page();
|
||||||
|
jQuery('#content, #footer').stop(true, true).fadeIn(200);
|
||||||
jQuery('#content, #footer').fadeIn(200);
|
|
||||||
}, url, template);
|
}, url, template);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user