Merged from 1.7

This commit is contained in:
vyshane
2006-10-26 07:45:00 +00:00
parent effa85f482
commit c0a35ad61e
+3
View File
@@ -9,6 +9,9 @@ function require_js($list) {
global $CFG;
$output = '';
return; // Okay AJAX is nowhere near ready. Disabling until the major
// issues are resolved.
if (!check_browser_version('MSIE', 6.0) && !check_browser_version('Firefox', 1.5)) {
// We still have issues with YUI in other browsers.
return;