Procházet zdrojové kódy

Prevent news from clobbering itself

Daniel Buckmaster před 10 roky
rodič
revize
768fe11e6a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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');