summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-12 01:34:18 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-12 01:34:18 +0000
commit2a8cbedade6d2d7e7e71e5dbb8c562a84cfe6c80 (patch)
tree1c4b2060e96fcf4a92f0ab52dbe3894d3797bebd /templates/show_songs.inc
parent80d226853c000229cdcd3690885aea2116f8e2cc (diff)
downloadampache-2a8cbedade6d2d7e7e71e5dbb8c562a84cfe6c80.tar.gz
ampache-2a8cbedade6d2d7e7e71e5dbb8c562a84cfe6c80.tar.bz2
ampache-2a8cbedade6d2d7e7e71e5dbb8c562a84cfe6c80.zip
new rating hotness, has some bugs will continue to hash them out
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r--templates/show_songs.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc
index c8dbcc7c..be8f179c 100644
--- a/templates/show_songs.inc
+++ b/templates/show_songs.inc
@@ -145,7 +145,8 @@ foreach ($song_ids as $song_id) {
<?php } ?>
</td>
<?php if(conf('ratings')) { ?>
- <td>
+ <td id="rating_<?php echo $song->id; ?>_song">
+ <?php show_ajax_js("r_" . $song->id . "_song",array("rating_" . $song->id . "_song")); ?>
<?php show_rating($song->id,'song'); ?>
</td>
<?php } ?>