Explorar o código

Prevent news from clobbering itself

Daniel Buckmaster %!s(int64=10) %!d(string=hai) anos
pai
achega
768fe11e6a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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');