mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
See ChangeLog
Monotone-Parent: b17886dc9b84e4662186fb632398245956c8d684 Monotone-Revision: 75e3cd2469a9c4627a182aa0bef3750b8d65a99e Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2009-03-19T01:41:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -431,7 +431,7 @@ function isSafari() {
|
||||
//var agt = navigator.userAgent.toLowerCase();
|
||||
//var is_safari = ((agt.indexOf('safari')!=-1)&&(agt.indexOf('mac')!=-1))?true:false;
|
||||
|
||||
return (navigator.vendor == "Apple Computer, Inc.");
|
||||
return (navigator.vendor == "Apple Computer, Inc.") || (navigator.userAgent.toLowerCase().indexOf('konqueror') != -1);
|
||||
}
|
||||
|
||||
function isHttpStatus204(status) {
|
||||
|
||||
Reference in New Issue
Block a user