aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2010-11-28 09:33:56 -0600
committerJoe Sak <joe@joesak.com>2010-11-28 09:33:56 -0600
commit572191db89167f162f5263605c250ae60f968790 (patch)
tree834c260efa527be3b5a2c378d2b1dc69f1ed6de3 /public
parent207a6c32b2eb135c5d44b5feb03e821871ab8ebb (diff)
downloadrefinerycms-blog-572191db89167f162f5263605c250ae60f968790.tar.gz
refinerycms-blog-572191db89167f162f5263605c250ae60f968790.tar.bz2
refinerycms-blog-572191db89167f162f5263605c250ae60f968790.zip
This line is from an older version of the script that totally sucked
Diffstat (limited to 'public')
-rw-r--r--public/javascripts/refinerycms-blog.js1
1 files changed, 0 insertions, 1 deletions
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,