Ticket #1641: 1641_2.patch

File 1641_2.patch, 596 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!@*/false && ( parseFloat( s.match( /msie ([\d|\.]+)/ )[1] ) >= 7 ),
    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