mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:05:55 +00:00
remove rpc_pnotify_callback
This commit is contained in:
@@ -47,13 +47,6 @@ function rpc_notify_callback() {
|
||||
}
|
||||
}
|
||||
|
||||
function rpc_pnotify_callback() {
|
||||
var container = parent.document.getElementById('notify');
|
||||
if (xmlhttp_rpc.readyState == 4) {
|
||||
container.innerHTML=xmlhttp_rpc.responseText;
|
||||
}
|
||||
}
|
||||
|
||||
function param_escape(arg) {
|
||||
if (typeof encodeURIComponent != 'undefined')
|
||||
return encodeURIComponent(arg);
|
||||
|
||||
Reference in New Issue
Block a user