mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Prevent news from clobbering itself
This commit is contained in:
parent
817c4c2a50
commit
768fe11e6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
.done(function(data) {
|
||||||
if(data.responseData.feed && data.responseData.feed.entries) {
|
if(data.responseData.feed && data.responseData.feed.entries) {
|
||||||
var news = $('#recent-news');
|
var news = $('#recent-news');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue