Archived
1
0

move call of initial update function to script block

This commit is contained in:
Jeff Becker 2016-03-25 09:53:47 -04:00
parent 33c6c33af2
commit af02424d20
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -33,7 +33,10 @@
<button onclick="nntp_feed_del()">Remove</button>
</div>
<div id="nntpchan_feed_result"></div>
<div id="nntpchan_feeds" onload="nntp_feed_update()"></div>
<div id="nntpchan_feeds"></div>
<script>
nntp_feed_update();
</script>
<noscript>
<b>{{#i18n.Translations}}{{nojs_info}}{{/i18n.Translations}}</b>
</noscript>