Add autostart filtering for exercises results page - refs #7211

1.10.x
Yannick Warnier 10 years ago
parent b3e76394df
commit 3e2929bd66
  1. 2
      main/inc/lib/exercise.lib.php

@ -3495,7 +3495,7 @@ class ExerciseLib
} }
// Remove audio auto play from questions on results page - refs BT#7939 // Remove audio auto play from questions on results page - refs BT#7939
$exercise_content = preg_replace( $exercise_content = preg_replace(
'/autoplay[\=\".+\"]+/', ['/autoplay[\=\".+\"]+/','/autostart[\=\".+\"]+/'],
'', '',
$exercise_content $exercise_content
); );

Loading…
Cancel
Save