From: moodler Date: Mon, 30 Oct 2006 07:48:02 +0000 (+0000) Subject: Merged ajax fix for MDL-7281 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=479afa41ecdb89d493d81fd80a8d3339770d4d8d;p=moodle.git Merged ajax fix for MDL-7281 --- diff --git a/lib/ajax/ajaxlib.php b/lib/ajax/ajaxlib.php index d5701ad0c2..ccef0a8e79 100644 --- a/lib/ajax/ajaxlib.php +++ b/lib/ajax/ajaxlib.php @@ -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 { } } -?> \ No newline at end of file +?>