[svn r13753] autostart choice for mp3player (second part)

skala
Eric Marguin 18 years ago
parent 1547ec66d5
commit de2360cf53
  1. 2
      main/inc/course_document.inc.php

@ -312,7 +312,7 @@ function OpenFile( fileUrl, type )
{
if(type=="audio")
{
ret = confirm('autostart ?');
ret = confirm('<?php echo get_lang('AutostartMp3') ?>');
if(ret==true)
{
GetE('autostart').checked = 'true';

Loading…
Cancel
Save