]> git.mjollnir.org Git - moodle.git/commitdiff
Merged from 1.7
authorvyshane <vyshane>
Thu, 26 Oct 2006 07:45:00 +0000 (07:45 +0000)
committervyshane <vyshane>
Thu, 26 Oct 2006 07:45:00 +0000 (07:45 +0000)
lib/ajax/ajaxlib.php

index 39d16183a9c44d8ce61c216e6a9471a12d29da50..d5701ad0c247fc6958927ecd332674427a06953d 100644 (file)
@@ -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;