Merged ajax fix for MDL-7281

This commit is contained in:
moodler
2006-10-30 07:48:02 +00:00
parent 39474844cb
commit 479afa41ec
+1 -4
View File
@@ -9,9 +9,6 @@ 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;
@@ -104,4 +101,4 @@ class jsportal {
}
}
?>
?>