summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-21 19:35:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-06-21 19:35:22 +0000
commit0f5c3ddf3aa9e75289af56536806c220fec5d776 (patch)
tree3548d14b903830d4206f111e9daf671d8b78a0e8 /index.php
parentc6ab824a8ad959e8f60d415f66b8ea485d0f0d18 (diff)
downloadampache-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 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index 6e0c0f56..ab0683bd 100644
--- a/index.php
+++ b/index.php
@@ -49,7 +49,9 @@ if (conf('refresh_limit') > 5) {
<table id="bigdaddy" style="padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px;" width="100%">
<tr>
<td style="padding-left:17px;" valign="top" colspan="2">
+ <div id="nowplaying">
<?php show_now_playing(); ?>
+ </div> <!-- Close Now Playing Div -->
</td>
</tr>
<tr>