Changeset 1377

Show
Ignore:
Timestamp:
01/13/11 12:56:49 (16 months ago)
Author:
zeank
Message:

don't check for unsupported browsers

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/htdocs/helpim.js

    r1350 r1377  
    796796 */ 
    797797 
    798 /* check for unsupported browsers */ 
    799 if ( 
    800     (is.b == 'ns' && is.v < '5') || 
    801         (is.ie && is.mac) || 
    802         is.ie4 
    803 )  
    804 { 
    805     open("unsupported.html","unsupported","width=380,height=180"); 
    806 } 
    807  
    808798if (typeof(AUTHTYPE) == 'undefined' || AUTHTYPE!='saslanon') { 
    809799    pass = MUCKLPASS;