mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 19:25:55 +00:00
code cleanup (remove old xmlhttp references)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
var hotkeys_enabled = true;
|
||||
var xmlhttp_rpc = Ajax.getTransport();
|
||||
var notify_silent = false;
|
||||
var last_progress_point = 0;
|
||||
var async_counters_work = false;
|
||||
@@ -83,10 +82,6 @@ function enableHotkeys() {
|
||||
hotkeys_enabled = true;
|
||||
}
|
||||
|
||||
function xmlhttp_ready(obj) {
|
||||
return obj.readyState == 4 || obj.readyState == 0 || !obj.readyState;
|
||||
}
|
||||
|
||||
function open_article_callback(transport) {
|
||||
try {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user