Files
moodle/course/format/topics/ajax.php
T
2010-10-28 07:13:56 +00:00

9 lines
208 B
PHP

<?php
/**
* This file is required if the course format is to support AJAX.
*/
$CFG->ajaxcapable = true;
$CFG->ajaxtestedbrowsers = array('MSIE' => 6.0, 'Gecko' => 20061111, 'Safari'=>531, 'Chrome'=>6.0);