Archived
1
0

add nntpchan feed ticker to mod panel

This commit is contained in:
Jeff Becker
2016-03-07 11:42:21 -05:00
parent e0de5dfbf5
commit 56f8fc8b91
2 changed files with 45 additions and 7 deletions

View File

@@ -95,6 +95,16 @@
</div>
</div>
<div id="nntpchan_mod_result"></div>
<div id="nntpchan_feeds"></div>
<script>
// start nntp feed stats ticker
var e = document.getElementById("nntpchan_feeds");
if (e) {
setInterval(2000, function() {
update_nntpchan_feed_ticker(e);
}
}
</script>
<noscript>
<b>{{#i18n.Translations}}{{nojs_info}}{{/i18n.Translations}}</b>
</noscript>