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_songs.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_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 } ?> |