diff options
-rw-r--r-- | config/pf-blocker/pfBlocker.widget.php | 4 | ||||
-rwxr-xr-x | config/postfix/postfix.widget.php | 2 | ||||
-rwxr-xr-x | config/varnish3/varnish.widget.php | 2 | ||||
-rwxr-xr-x | config/varnish64/varnish.widget.php | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/config/pf-blocker/pfBlocker.widget.php b/config/pf-blocker/pfBlocker.widget.php index 239bfb49..7a779758 100644 --- a/config/pf-blocker/pfBlocker.widget.php +++ b/config/pf-blocker/pfBlocker.widget.php @@ -84,7 +84,7 @@ echo"</table></div>"; ?> <script type="text/javascript"> function getstatus_pfblocker() { - scroll(0,0); + #scroll(0,0); var url = "/widgets/widgets/pfBlocker.widget.php"; var pars = 'getupdatestatus=yes'; var myAjax = new Ajax.Request( @@ -101,4 +101,4 @@ echo"</table></div>"; $('pfBlocker').innerHTML = transport.responseText; } getstatus_pfblocker(); -</script>
\ No newline at end of file +</script> diff --git a/config/postfix/postfix.widget.php b/config/postfix/postfix.widget.php index 4c0c2b45..ddf1e342 100755 --- a/config/postfix/postfix.widget.php +++ b/config/postfix/postfix.widget.php @@ -115,7 +115,7 @@ echo"</table></div>"; ?> <script type="text/javascript"> function getstatus_postfix() { - scroll(0,0); + #scroll(0,0); var url = "/widgets/widgets/postfix.widget.php"; var pars = 'getupdatestatus=yes'; var myAjax = new Ajax.Request( diff --git a/config/varnish3/varnish.widget.php b/config/varnish3/varnish.widget.php index f2b68aec..26e28c9b 100755 --- a/config/varnish3/varnish.widget.php +++ b/config/varnish3/varnish.widget.php @@ -106,7 +106,7 @@ echo"</table></div>"; ?> <script type="text/javascript"> function getstatus_varnish() { - scroll(0,0); + #scroll(0,0); var url = "/widgets/widgets/varnish.widget.php"; var pars = 'getupdatestatus=yes'; var myAjax = new Ajax.Request( diff --git a/config/varnish64/varnish.widget.php b/config/varnish64/varnish.widget.php index f2b68aec..26e28c9b 100755 --- a/config/varnish64/varnish.widget.php +++ b/config/varnish64/varnish.widget.php @@ -106,7 +106,7 @@ echo"</table></div>"; ?> <script type="text/javascript"> function getstatus_varnish() { - scroll(0,0); + #scroll(0,0); var url = "/widgets/widgets/varnish.widget.php"; var pars = 'getupdatestatus=yes'; var myAjax = new Ajax.Request( |