mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:25:56 +00:00
hide more obscure preferences under "show more" checkbox in pref-prefs,
bump schema
This commit is contained in:
14
js/prefs.js
14
js/prefs.js
@@ -2199,3 +2199,17 @@ function updateSelf() {
|
||||
}
|
||||
}
|
||||
|
||||
function toggleAdvancedPrefs() {
|
||||
try {
|
||||
notify_progress("Loading, please wait...");
|
||||
|
||||
new Ajax.Request("backend.php", {
|
||||
parameters: "?op=pref-prefs&method=toggleadvanced",
|
||||
onComplete: function(transport) {
|
||||
updatePrefsList();
|
||||
} });
|
||||
|
||||
} catch (e) {
|
||||
exception_error("toggleAdvancedPrefs", e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user