diff options
author | Alib <aliboba@free.fr> | 2010-02-24 19:04:21 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-02-24 19:04:21 +0100 |
commit | c297edd1d308cff6c17da12c0ff7d08f9a6223f6 (patch) | |
tree | c6f0aaf81fc34a980504083a98eb8950a6f0b5bf /includes/inc_mp3.php | |
parent | ff270318f7859bb99de1dc679ad3093c31f304dd (diff) | |
download | istreamdev-c297edd1d308cff6c17da12c0ff7d08f9a6223f6.tar.gz istreamdev-c297edd1d308cff6c17da12c0ff7d08f9a6223f6.tar.bz2 |
fixed safari opening when accessing playlist
Diffstat (limited to 'includes/inc_mp3.php')
-rwxr-xr-x | includes/inc_mp3.php | 2 |
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"; |