1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

prefs: Prefs global -> Helpers

This commit is contained in:
Andrew Dolgov
2018-12-03 12:46:00 +03:00
parent b3bc638a9f
commit 4d4034091a
6 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ class Dlg extends Handler_Protected {
print "<div align='center'>";
print "<button dojoType=\"dijit.form.Button\" onclick=\"return Prefs.OPML.changeKey()\">".
print "<button dojoType=\"dijit.form.Button\" onclick=\"return Helpers.OPML.changeKey()\">".
__('Generate new URL')."</button> ";
print "<button dojoType=\"dijit.form.Button\" onclick=\"return CommonDialogs.closeInfoBox()\">".