From 4a5548f928ec40b34bfc948ebbd5e722072a9c4c Mon Sep 17 00:00:00 2001 From: vyshane Date: Fri, 1 Dec 2006 03:46:55 +0000 Subject: [PATCH] Merged from 1.7. --- lib/ajax/ajaxlib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ajax/ajaxlib.php b/lib/ajax/ajaxlib.php index ad6fa84a48..36166ffddf 100644 --- a/lib/ajax/ajaxlib.php +++ b/lib/ajax/ajaxlib.php @@ -50,8 +50,8 @@ function ajaxenabled() { global $CFG, $USER; if (!check_browser_version('MSIE', 6.0) - && !check_browser_version('Firefox', 1.5) - && !check_browser_version('Camino', '1.0.2')) { + && !check_browser_version('Gecko', 20051111)) { + // Gecko build 20051111 is what is in Firefox 1.5. // We still have issues with AJAX in other browsers. return false; } -- 2.39.5