Browse Source

Prevent news from clobbering itself

Daniel Buckmaster 10 năm trước cách đây
mục cha
commit
768fe11e6a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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');