Fix news issue after changing array order

This commit is contained in:
wez3 2017-01-09 22:03:52 +01:00
parent 0191fd69a2
commit d5f07692b8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
{% endfor %} {% endfor %}
}); });
$('#divRss-{{count}}').FeedEk({ $('#divRss-{{count}}').FeedEk({
FeedUrl:'{{blockArray[count]['news'].get('rssfeed')[0]}}', FeedUrl:"{{blockArray[count]['news'].get('rssfeed')[1]}}",
MaxCount : 5, MaxCount : 5,
ShowDesc : true, ShowDesc : true,
ShowPubDate:true, ShowPubDate:true,