Merge branch '7.4.0' of https://github.com/umbraco/Umbraco-CMS into 7.4.0

This commit is contained in:
Sebastiaan Janssen
2015-12-15 15:42:50 +01:00

View File

@@ -19,7 +19,7 @@ angular.module("umbraco.directives")
var ua = window.navigator.userAgent;
var msie = ua.indexOf("MSIE ");
if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) {
if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./) || navigator.userAgent.match(/Edge\/\d+/)) {
return true;
} else {
return false;