From a6ff96c455149e2887a46abcfab632365bdc2688 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 24 Jun 2013 14:59:53 -0400 Subject: [PATCH] addressed issue #7 - removed unintentional flicker on page load --- public/src/ajaxify.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;