diff options
Diffstat (limited to 'templates/show_playlist_songs.inc.php')
-rw-r--r-- | templates/show_playlist_songs.inc.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/show_playlist_songs.inc.php b/templates/show_playlist_songs.inc.php index d1479a90..3e8918aa 100644 --- a/templates/show_playlist_songs.inc.php +++ b/templates/show_playlist_songs.inc.php @@ -31,9 +31,7 @@ $ajax_url = Config::get('ajax_url'); </tr> <tr class="table-header"> <th><?php echo _('Track'); ?></th> - <th onclick="ajaxPut('<?php echo $ajax_url; ?>?action=browse&sort=title');return true;" style="cursor:pointer;"> - <?php echo _('Song Title'); ?> - </th> + <th><?php echo _('Song Title'); ?></th> <th><?php echo _('Artist'); ?></th> <th><?php echo _('Album'); ?></th> <th><?php echo _('Genre'); ?></th> |