diff options
Diffstat (limited to 'config/squidGuard/squidguard_blacklist.php')
-rw-r--r-- | config/squidGuard/squidguard_blacklist.php | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/config/squidGuard/squidguard_blacklist.php b/config/squidGuard/squidguard_blacklist.php index 3bf4d17b..54699928 100644 --- a/config/squidGuard/squidguard_blacklist.php +++ b/config/squidGuard/squidguard_blacklist.php @@ -192,7 +192,7 @@ function getactivity(action) { var myAjax = new Ajax.Request( url, { - method: 'post', + method: 'get', parameters: pars, onComplete: activitycallback }); @@ -211,23 +211,7 @@ function activitycallback(transport) { //alert(transport.responseText); } -//document.observe('dom:loaded', function() { - // refresh -// setTimeout('getactivity()', 150); -//}); - -//document.observe('dom:loaded', function() { - // refresh -// setTimeout('getactivity()', 150); -//}); - window.setTimeout('getactivity()', 150); -//if(!ajaxStarted) { -// try { -// window.setTimeout('getactivity()', 150); -// var ajaxStarted = true; -// }catch(e){} -//} </script> |