mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merged changes to use new ajaxenabled for MDL-8417
This commit is contained in:
parent
4309bd17dd
commit
61c1b4b573
3 changed files with 14 additions and 7 deletions
|
@ -5,5 +5,6 @@
|
|||
|
||||
|
||||
$CFG->ajaxcapable = true;
|
||||
$CFG->ajaxtestedbrowsers = array('MSIE' => 6.0, 'Gecko' => 20061111);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
@ -5,5 +5,6 @@
|
|||
|
||||
|
||||
$CFG->ajaxcapable = true;
|
||||
$CFG->ajaxtestedbrowsers = array('MSIE' => 6.0, 'Gecko' => 20061111);
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue