diff options
author | marcelloc <marcellocoutinho@gmail.com> | 2011-12-20 17:15:18 -0200 |
---|---|---|
committer | marcelloc <marcellocoutinho@gmail.com> | 2011-12-20 17:15:18 -0200 |
commit | ae6dd0edbd3d9e6ce2ec07aea54aeec73672d76a (patch) | |
tree | 610283b0003f7a91bd68f22eb2cd341e957b700e /config/varnish3 | |
parent | d097a99e6dfe61a456fb26347e41b80f83ac818e (diff) | |
download | pfsense-packages-ae6dd0edbd3d9e6ce2ec07aea54aeec73672d76a.tar.gz pfsense-packages-ae6dd0edbd3d9e6ce2ec07aea54aeec73672d76a.tar.bz2 pfsense-packages-ae6dd0edbd3d9e6ce2ec07aea54aeec73672d76a.zip |
pfblocker - remove illegal character from javascript
postfix - remove illegal character from javascript
varnish - remove illegal character from javascript
Diffstat (limited to 'config/varnish3')
-rwxr-xr-x | config/varnish3/varnish.widget.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/varnish3/varnish.widget.php b/config/varnish3/varnish.widget.php index 26e28c9b..35980db5 100755 --- a/config/varnish3/varnish.widget.php +++ b/config/varnish3/varnish.widget.php @@ -106,7 +106,6 @@ echo"</table></div>"; ?> <script type="text/javascript"> function getstatus_varnish() { - #scroll(0,0); var url = "/widgets/widgets/varnish.widget.php"; var pars = 'getupdatestatus=yes'; var myAjax = new Ajax.Request( |