diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-14 17:29:07 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-14 17:29:07 +0000 |
commit | 78167c02518ff9d757741f0e8df524da300d067d (patch) | |
tree | d5fbbc41f6e807439de0d34ca9a06616dd961d04 /templates/show_album.inc | |
parent | 9a16ee2c2ce55e7693c9432be2466210a0ebc6df (diff) | |
download | ampache-78167c02518ff9d757741f0e8df524da300d067d.tar.gz ampache-78167c02518ff9d757741f0e8df524da300d067d.tar.bz2 ampache-78167c02518ff9d757741f0e8df524da300d067d.zip |
removed extra lines from ajax, down to 86, updated ajax calls, added ldap auth
Diffstat (limited to 'templates/show_album.inc')
-rw-r--r-- | templates/show_album.inc | 1 |
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>"; |