Ignore:
Timestamp:
03/20/12 08:56:56 (12 years ago)
Author:
gustavo
Message:

Ticket #2549 - Definição de DOCTYPE no html para viabilizar cross-browsing no ExpressoMail?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/x_tools/xtools.js

    r5433 r5754  
    3434                        var _data = null; 
    3535                         
    36                         if ( document.implementation && document.implementation.createDocument ) 
     36                        if ( document.implementation && document.implementation.createDocument && !is_ie) 
    3737                        { 
    3838                                XMLDocument.prototype.load = function(filePath) 
Note: See TracChangeset for help on using the changeset viewer.