summaryrefslogtreecommitdiffstats
path: root/templates/show_album.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_album.inc')
-rw-r--r--templates/show_album.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_album.inc b/templates/show_album.inc
index 5fc28300..17ca48c5 100644
--- a/templates/show_album.inc
+++ b/templates/show_album.inc
@@ -47,7 +47,6 @@ $title = scrub_out($album->name) . ' -- ' . $album->f_artist;
<div style="display:table-cell;vertical-align:top;">
<?php
if (conf('ratings')) {
- show_ajax_js("r_" . $album->id . "_album",array("rating_" . $album->id . "_album"));
echo "<span style=\"display:inline;\" id=\"rating_" . $album->id . "_album\">";
show_rating($album->id, 'album');} // end if ratings
echo "</span>";