Skip to content

Commit

Permalink
reversing a change that's making multiple mp3s not to work
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Aug 17, 2007
1 parent 79bb720 commit 6488cec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion filter/mediaplugin/filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ function mediaplugin_filter_mp3_callback($link) {

return $link[0].
'<span class="mediaplugin mediaplugin_mp3" id="'.$id.'">('.get_string('mp3audio', 'mediaplugin').')</span>
<script type="text/javascript" src="'.$CFG->wwwroot.'/lib/ufo.js"></script>
<script type="text/javascript">
//<![CDATA[
var FO = { movie:"'.$CFG->wwwroot.'/filter/mediaplugin/mp3player.swf?src='.$url.'",
Expand Down

0 comments on commit 6488cec

Please sign in to comment.