From 45ccebd0150cb3191407dccf7b7e6470cd41981c Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 30 Jan 2010 17:45:39 +1100 Subject: [PATCH] Fix JSON loading of articles --- content/articles.html | 8 -------- output/js/articles.js | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/content/articles.html b/content/articles.html index db14e78..f214efe 100644 --- a/content/articles.html +++ b/content/articles.html @@ -1,11 +1,3 @@ - - - diff --git a/output/js/articles.js b/output/js/articles.js index a0a43cc..dfc84bd 100644 --- a/output/js/articles.js +++ b/output/js/articles.js @@ -29,5 +29,5 @@ jQuery(function() { return false; }); - jQuery.get('/articles/index.json', {}, articles_loaded, 'json'); + jQuery.get('json/articles.json', {}, articles_loaded, 'json'); });