diff options
Diffstat (limited to 'templates/show_now_playing.inc')
-rw-r--r-- | templates/show_now_playing.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index 193a469f..7865327c 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -32,7 +32,6 @@ </tr> <?php $user = $GLOBALS['user']; - echo '<script language="JavaScript" type="text/javascript"> var mpd_state = "'. "stop" .'" </script>'; foreach($results as $item) { $song = $item['song']; $np_user = $item['user']; |