MDL-16336: add Chrome to browser identification to display HMTL editor.

This commit is contained in:
Rossiani Wijaya
2010-11-18 08:49:26 +00:00
parent 064f325bce
commit c476a2ecfc
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -6528,6 +6528,8 @@ function can_use_html_editor() {
return 'MSIE';
} else if (check_browser_version('Gecko', 20030516)) {
return 'Gecko';
} else if (check_browser_version('Safari', 531)) {
return 'AppleWebKit';
}
}
return false;