Enable News

This commit is contained in:
Michael Teeuw 2014-02-25 15:19:05 +01:00
parent 92059801e2
commit 20090b5acd

View File

@ -211,7 +211,7 @@ jQuery(document).ready(function($) {
}, 60000);
})();
function showNews() {
(function showNews() {
var newsItem = news[newsIndex];
$('.news').updateWithText(newsItem,2000);
@ -220,6 +220,6 @@ jQuery(document).ready(function($) {
setTimeout(function() {
showNews();
}, 5500);
};
})();
});