diff options
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r-- | templates/show_songs.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index bd633811..a03d9fa1 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -146,7 +146,6 @@ foreach ($song_ids as $song_id) { </td> <?php if(conf('ratings')) { ?> <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 } ?> |