summaryrefslogtreecommitdiff
path: root/classes/dlg.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 21:51:00 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 21:51:00 +0300
commitcc26be0793c6c0e44a540c25f86627342a82714f (patch)
treee38a894845086db52d7977b38ffa2857754236b6 /classes/dlg.php
parentab0fadf60d2576564b6fe6e2dd15699c1516de9f (diff)
migrate tt-rss.js contents to App
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index d73a53618..50cbd12dd 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -190,7 +190,7 @@ class Dlg extends Handler_Protected {
print_warning(__("You are using default tt-rss password. Please change it in the Preferences (Personal data / Authentication)."));
print "<div align='center'>";
- print "<button dojoType=\"dijit.form.Button\" onclick=\"gotoPreferences()\">".
+ print "<button dojoType=\"dijit.form.Button\" onclick=\"document.location.href = 'prefs.php'\">".
__('Open Preferences')."</button> ";
print "<button dojoType=\"dijit.form.Button\"
onclick=\"return closeInfoBox()\">".