1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-26 20:41:29 +00:00

prefs: move other tree-related functions to respective trees

This commit is contained in:
Andrew Dolgov
2018-12-02 12:03:28 +03:00
parent 60cd467694
commit f26d404890
9 changed files with 252 additions and 290 deletions

View File

@@ -436,7 +436,7 @@ class Pref_Prefs extends Handler_Protected {
onComplete: function(transport) {
var msg = transport.responseText;
if (quit) {
gotoMain();
document.location.href = 'index.php';
} else {
if (msg == 'PREFS_NEED_RELOAD') {
window.location.reload();