From 768fe11e6a7b32a29a36c05e73aaf5c2f57cbdfa Mon Sep 17 00:00:00 2001 From: Daniel Buckmaster Date: Thu, 20 Aug 2015 22:29:29 +1000 Subject: [PATCH] Prevent news from clobbering itself --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 889e2beaf..ea360d52f 100644 --- a/index.html +++ b/index.html @@ -188,7 +188,7 @@ $(document).ready(function() { } }) - getFeed('http://forums.torque3d.org/feed.php?mode=news', 3) + getFeed('http://forums.torque3d.org/feed.php?mode=news', 1) .done(function(data) { if(data.responseData.feed && data.responseData.feed.entries) { var news = $('#recent-news');