mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-08-07 17:12:51 +02:00
setinterval was backwards
This commit is contained in:
@@ -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);
|
||||
}
|
||||
</script>
|
||||
<noscript>
|
||||
|
||||
Reference in New Issue
Block a user