]> git.mjollnir.org Git - moodle.git/commitdiff
Merged ajax fix for MDL-7281
authormoodler <moodler>
Mon, 30 Oct 2006 07:48:02 +0000 (07:48 +0000)
committermoodler <moodler>
Mon, 30 Oct 2006 07:48:02 +0000 (07:48 +0000)
lib/ajax/ajaxlib.php

index d5701ad0c247fc6958927ecd332674427a06953d..ccef0a8e799ed5719d5c8dcb429c205ac2708d11 100644 (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 {
     }
 
 }
-?>
\ No newline at end of file
+?>