From 572191db89167f162f5263605c250ae60f968790 Mon Sep 17 00:00:00 2001 From: Joe Sak Date: Sun, 28 Nov 2010 09:33:56 -0600 Subject: This line is from an older version of the script that totally sucked --- public/javascripts/refinerycms-blog.js | 1 - 1 file changed, 1 deletion(-) (limited to 'public') diff --git a/public/javascripts/refinerycms-blog.js b/public/javascripts/refinerycms-blog.js index b94977c..269f70f 100644 --- a/public/javascripts/refinerycms-blog.js +++ b/public/javascripts/refinerycms-blog.js @@ -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, -- cgit v1.2.3