Changeset 2517
- Timestamp:
- 10/10/08 13:33:29 (3 months ago)
- Files:
-
- 1 modified
-
trunk/solutions/idp/WebContent/InformationCards.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/solutions/idp/WebContent/InformationCards.js
r944 r2517 323 323 embed.setAttribute("type", "application/x-informationcard"); 324 324 325 return (this._areCardsSupported = (""+embed.issuerPolicy != "undefined" && embed.isInstalled)); 325 //return (this._areCardsSupported = (""+embed.issuerPolicy != "undefined" && embed.isInstalled)); 326 return (this._areCardsSupported = embed.isInstalled); 326 327 } 327 328 // not IE (any version)