From 772bc83b8d9381e83e09462d4f6be3f93e567e98 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 23 May 2006 07:35:27 +0100 Subject: remove rpc_pnotify_callback --- functions.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'functions.js') 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); -- cgit v1.2.3