summaryrefslogtreecommitdiff
path: root/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-05-23 07:35:27 +0100
committerAndrew Dolgov <[email protected]>2006-05-23 07:35:27 +0100
commit772bc83b8d9381e83e09462d4f6be3f93e567e98 (patch)
tree4cecc6aae0cdede4165aca84b394e29e3f10b1b4 /functions.js
parente8bd0da9526712b6a2baa453133380608cd57af6 (diff)
remove rpc_pnotify_callback
Diffstat (limited to 'functions.js')
-rw-r--r--functions.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/functions.js b/functions.js
index 58d50eea9..f642cda85 100644
--- a/functions.js
+++ b/functions.js
@@ -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);