Archived
1
0

add synchronize feeds command in mod panel

This commit is contained in:
Jeff Becker
2016-03-12 07:56:29 -05:00
parent 5800b1bf1d
commit 439ab7583a
2 changed files with 2 additions and 0 deletions

View File

@@ -93,6 +93,7 @@
<div>
<button onclick="nntpchan_admin('frontend.regen')">{{#i18n.Translations}}{{regenerate_markup_prompt}}{{/i18n.Translations}}</button>
<button onclick="nntpchan_admin('thumbnail.regen')">{{#i18n.Translations}}{{regenerate_thumbs_prompt}}{{/i18n.Translations}}</button>
<button onclick="nntpchan_admin('feed.sync')">{{#i18n.Translations}}{{feed_sync_prompt}}{{/i18n.Translations}}</button>
</div>
</div>
<div id="nntpchan_mod_result"></div>