addressed issue #7 - removed unintentional flicker on page load

v1.18.x
psychobunny 12 years ago
parent 0ccd602ac8
commit a6ff96c455

@ -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;

Loading…
Cancel
Save