Merged from 1.7.

This commit is contained in:
vyshane 2006-12-01 03:46:55 +00:00
parent da28afbb3b
commit 4a5548f928

View file

@ -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;
}