Browse Source

Prevent news from clobbering itself

Daniel Buckmaster 10 years ago
parent
commit
768fe11e6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
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');