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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user