Merged from 1.7

This commit is contained in:
vyshane
2006-11-15 08:34:17 +00:00
parent e08df351e2
commit 2a0d551ca5
+1 -1
View File
@@ -11,7 +11,7 @@ function require_js($list) {
if (!check_browser_version('MSIE', 6.0)
&& !check_browser_version('Firefox', 1.5)
&& !check_browser_version('Camino', 1.0.2)) {
&& !check_browser_version('Camino', '1.0.2')) {
// We still have issues with AJAX in other browsers.
return;
}