diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-21 19:35:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-21 19:35:22 +0000 |
commit | 0f5c3ddf3aa9e75289af56536806c220fec5d776 (patch) | |
tree | 3548d14b903830d4206f111e9daf671d8b78a0e8 /templates/show_now_playing.inc | |
parent | c6ab824a8ad959e8f60d415f66b8ea485d0f0d18 (diff) | |
download | ampache-0f5c3ddf3aa9e75289af56536806c220fec5d776.tar.gz ampache-0f5c3ddf3aa9e75289af56536806c220fec5d776.tar.bz2 ampache-0f5c3ddf3aa9e75289af56536806c220fec5d776.zip |
one last little fix to the now playing ajax to prevent duplicated divs on refresh
Diffstat (limited to 'templates/show_now_playing.inc')
-rw-r--r-- | templates/show_now_playing.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index 52ae8656..27b903a5 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -29,8 +29,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. if (count($results)) { ?> - <!-- Start Now Playing --> - <div id="nowplaying"> <div id="np_title"> <h1><?php echo _('Now Playing'); ?></h1> </div> @@ -47,6 +45,4 @@ foreach ($results as $item) { } // end foreach ?> - </div> - <!-- End Now Playing --> <?php } // end if count results ?> |