mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 13:35:59 +00:00
initial feed browser work
This commit is contained in:
8
prefs.js
8
prefs.js
@@ -1285,3 +1285,11 @@ function categorizeSelectedFeeds() {
|
||||
function validatePrefsReset() {
|
||||
return confirm("Reset to defaults?");
|
||||
}
|
||||
|
||||
function browseFeeds() {
|
||||
|
||||
xmlhttp.open("GET", "backend.php?op=pref-feeds&subop=browse", true);
|
||||
xmlhttp.onreadystatechange=infobox_callback;
|
||||
xmlhttp.send(null);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user