Skip to content

Commit

Permalink
Merged from 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vyshane committed Oct 26, 2006
1 parent effa85f commit c0a35ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ajax/ajaxlib.php
Expand Up @@ -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;
Expand Down

0 comments on commit c0a35ad

Please sign in to comment.