Ooops. how did this get left in? MDL-7281

This commit is contained in:
moodler
2006-10-30 07:47:05 +00:00
parent a44d38fc25
commit 6a691a2dba
+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 {
}
}
?>
?>