1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:45:55 +00:00

move published opml JS code to pref helpers

This commit is contained in:
Andrew Dolgov
2021-02-21 18:04:44 +03:00
parent c6b7a7f8d0
commit 861a632ac7
3 changed files with 58 additions and 59 deletions

View File

@@ -1043,7 +1043,7 @@ class Pref_Feeds extends Handler_Protected {
<?= __("Published OPML does not include your Tiny Tiny RSS settings, feeds that require authentication or feeds hidden from Popular feeds.") ?>
</p>
<button dojoType='dijit.form.Button' class='alt-primary' onclick="return CommonDialogs.publishedOPML()">
<button dojoType='dijit.form.Button' class='alt-primary' onclick="return Helpers.OPML.publish()">
<?= __('Display published OPML URL') ?>
</button>