From: vyshane Date: Thu, 26 Oct 2006 07:45:00 +0000 (+0000) Subject: Merged from 1.7 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c0a35ad61e450cd1dc0a4ef5864f98a0ccb5c93c;p=moodle.git Merged from 1.7 --- diff --git a/lib/ajax/ajaxlib.php b/lib/ajax/ajaxlib.php index 39d16183a9..d5701ad0c2 100644 --- a/lib/ajax/ajaxlib.php +++ b/lib/ajax/ajaxlib.php @@ -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;