diff --git a/htdocs/resource2/ocstyle/js/communicator-api/garmin/util/Util-XmlConverter.js b/htdocs/resource2/ocstyle/js/communicator-api/garmin/util/Util-XmlConverter.js index ebe11209..27dd9607 100644 --- a/htdocs/resource2/ocstyle/js/communicator-api/garmin/util/Util-XmlConverter.js +++ b/htdocs/resource2/ocstyle/js/communicator-api/garmin/util/Util-XmlConverter.js @@ -51,7 +51,7 @@ Garmin.XmlConverter = { * @member Garmin.XmlConverter */ toString: function(fromDocument) { -+ if( window.ActiveXObject !== undefined ) { // Since IE11, this can NOT be shortened to if(window.ActiveXObject) + if( window.ActiveXObject !== undefined ) { // Since IE11, this can NOT be shortened to if(window.ActiveXObject) return fromDocument.xml } else {