mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +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();
|
||||
|
||||
jQuery('#content, #footer').fadeIn(200);
|
||||
jQuery('#content, #footer').stop(true, true).fadeIn(200);
|
||||
}, url, template);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user