mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-19 13:31:29 +00:00
rework initial sanitycheck to use JSON
This commit is contained in:
17
prefs.js
17
prefs.js
@@ -1539,23 +1539,6 @@ function clearFeedAccessKeys() {
|
||||
return false;
|
||||
}
|
||||
|
||||
function handle_rpc_reply(transport, scheduled_call) {
|
||||
try {
|
||||
if (transport.responseXML) {
|
||||
|
||||
if (!transport_error_check(transport)) return false;
|
||||
|
||||
} else {
|
||||
notify_error("Error communicating with server.");
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error("handle_rpc_reply", e, transport);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
function resetFeedOrder() {
|
||||
try {
|
||||
notify_progress("Loading, please wait...");
|
||||
|
||||
Reference in New Issue
Block a user