summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-12 07:21:19 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-12 07:21:19 +0000
commitb1db92ee8c07a1aa7aef7bdb38b4e401aa608a96 (patch)
treeaee0f33f1372d530900e8978b5c6064d31a05777 /templates
parent2a8cbedade6d2d7e7e71e5dbb8c562a84cfe6c80 (diff)
downloadampache-b1db92ee8c07a1aa7aef7bdb38b4e401aa608a96.tar.gz
ampache-b1db92ee8c07a1aa7aef7bdb38b4e401aa608a96.tar.bz2
ampache-b1db92ee8c07a1aa7aef7bdb38b4e401aa608a96.zip
fixed now playing, needed to be updated to take account for new hotness
Diffstat (limited to 'templates')
-rw-r--r--templates/javascript_refresh.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/javascript_refresh.inc.php b/templates/javascript_refresh.inc.php
index 6fbdd9b6..cd51773b 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; ?>',<?php echo $ajax_object; ?>);
doLoad();
}