diff --git a/contrib/templates/default/modpage.mustache b/contrib/templates/default/modpage.mustache index 7ec7eb9..b37df55 100644 --- a/contrib/templates/default/modpage.mustache +++ b/contrib/templates/default/modpage.mustache @@ -100,9 +100,9 @@ // start nntp feed stats ticker var e = document.getElementById("nntpchan_feeds"); if (e) { - setInterval(2000, function() { + setInterval(function() { update_nntpchan_feed_ticker(e); - }); + }, 2000); }