mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merged from 1.7.
This commit is contained in:
parent
da28afbb3b
commit
4a5548f928
1 changed files with 2 additions and 2 deletions
|
@ -50,8 +50,8 @@ function ajaxenabled() {
|
|||
global $CFG, $USER;
|
||||
|
||||
if (!check_browser_version('MSIE', 6.0)
|
||||
&& !check_browser_version('Firefox', 1.5)
|
||||
&& !check_browser_version('Camino', '1.0.2')) {
|
||||
&& !check_browser_version('Gecko', 20051111)) {
|
||||
// Gecko build 20051111 is what is in Firefox 1.5.
|
||||
// We still have issues with AJAX in other browsers.
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue