diff --git a/public/src/ajaxify.js b/public/src/ajaxify.js index a56ac7611d..6e8e651d19 100644 --- a/public/src/ajaxify.js +++ b/public/src/ajaxify.js @@ -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;