summaryrefslogtreecommitdiff
path: root/includes/inc_mp3.php
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-02-24 19:04:21 +0100
committerAlib <aliboba@free.fr>2010-02-24 19:04:21 +0100
commitc297edd1d308cff6c17da12c0ff7d08f9a6223f6 (patch)
treec6f0aaf81fc34a980504083a98eb8950a6f0b5bf /includes/inc_mp3.php
parentff270318f7859bb99de1dc679ad3093c31f304dd (diff)
downloadistreamdev-c297edd1d308cff6c17da12c0ff7d08f9a6223f6.tar.gz
istreamdev-c297edd1d308cff6c17da12c0ff7d08f9a6223f6.tar.bz2
fixed safari opening when accessing playlist
Diffstat (limited to 'includes/inc_mp3.php')
-rwxr-xr-xincludes/inc_mp3.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/inc_mp3.php b/includes/inc_mp3.php
index 9e3cd62..813ca3b 100755
--- a/includes/inc_mp3.php
+++ b/includes/inc_mp3.php
@@ -4,7 +4,7 @@ $play =$_REQUEST['play'];
if ($play == "")
print "<body class=\"ipodlist\">\r\n";
else
- print "<body class=\"ipodlist\" onload=\"javascript:Document.s{$play}.Play()\">\r\n";
+ print "<body class=\"ipodlist\">\r\n";
print "<div id=\"topbar\" class=\"transparent\">\r\n";
print "<div id=\"leftnav\">\r\n";