diff options
Diffstat (limited to 'templates/javascript_refresh.inc.php')
-rw-r--r-- | templates/javascript_refresh.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/javascript_refresh.inc.php b/templates/javascript_refresh.inc.php index cd51773b..1da0c76b 100644 --- a/templates/javascript_refresh.inc.php +++ b/templates/javascript_refresh.inc.php @@ -15,7 +15,7 @@ function refresh() // entry in the visitor's history. It is provided for // those browsers that only support JavaScript 1.0. // - ajaxPut('<?php echo $ajax_url; ?>',<?php echo $ajax_object; ?>); + ajaxPut('<?php echo $ajax_url; ?>'); doLoad(); } |