Prevent news from clobbering itself

This commit is contained in:
Daniel Buckmaster 2015-08-20 22:29:29 +10:00
parent 817c4c2a50
commit 768fe11e6a

View file

@ -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');