Changeset 2517

Show
Ignore:
Timestamp:
10/10/08 13:33:29 (3 months ago)
Author:
dsanders
Message:

Relaxed test to see if information cards are supported.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/solutions/idp/WebContent/InformationCards.js

    r944 r2517  
    323323                        embed.setAttribute("type", "application/x-informationcard");  
    324324 
    325                         return (this._areCardsSupported = (""+embed.issuerPolicy != "undefined" && embed.isInstalled)); 
     325                        //return (this._areCardsSupported = (""+embed.issuerPolicy != "undefined" && embed.isInstalled)); 
     326                        return (this._areCardsSupported = embed.isInstalled); 
    326327                  }      
    327328                  // not IE (any version)