Ticket #1641: 1641.patch

File 1641.patch, 569 bytes (added by Frederico Caldeira Knabben, 16 years ago)
  • editor/_source/internals/fckbrowserinfo.js

     
    2626var FCKBrowserInfo =
    2727{
    2828        IsIE            : /*@cc_on!@*/false,
    29         IsIE7           : /*@cc_on!@*/false && s.Contains('msie 7'),
     29        IsIE7           : /*@cc_on@if(@_jscript_version>=5.7)!@end@*/false,
    3030        IsGecko         : s.Contains('gecko/'),
    3131        IsSafari        : s.Contains(' applewebkit/'),          // Read "IsWebKit"
    3232        IsOpera         : !!window.opera,
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy