This line is from an older version of the script that totally sucked

This commit is contained in:
Joe Sak 2010-11-28 09:33:56 -06:00
parent 207a6c32b2
commit 572191db89

View file

@ -3,7 +3,6 @@ $(document).ready(function(){
$('#next_prev_article a:not(".home")').live('click', function(){
url = this.href + ".js";
nav_url = $(this).attr('data-nav-url');
$('#show_blog_post > *').fadeOut();
$.ajax({
url: url,