• msxml-document try/catch should be a navigator object check

    These two lines using a try/catch should be an if instead: ./Innovator/Client/BrowserCode/common/javascript/XmlDocumentCommon.js:26: try { xhttp.responseType = 'msxml-document'; } catch (err) { } // Helping IE11 ./Innovator/Client/BrowserCode/common/javascript…