mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Prevent news from clobbering itself
This commit is contained in:
parent
817c4c2a50
commit
768fe11e6a
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue