Archived
1
0

setinterval was backwards

This commit is contained in:
Jeff Becker 2016-03-07 11:44:42 -05:00
parent b5d60f1431
commit 51bdf9609f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -100,9 +100,9 @@
// start nntp feed stats ticker // start nntp feed stats ticker
var e = document.getElementById("nntpchan_feeds"); var e = document.getElementById("nntpchan_feeds");
if (e) { if (e) {
setInterval(2000, function() { setInterval(function() {
update_nntpchan_feed_ticker(e); update_nntpchan_feed_ticker(e);
}); }, 2000);
} }
</script> </script>
<noscript> <noscript>