aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/js/js.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/js/js.js b/core/js/js.js
index 1efa8953c99..b21b32d2f18 100644
--- a/core/js/js.js
+++ b/core/js/js.js
@@ -698,7 +698,8 @@ function initCore() {
}
// css variables fallback for IE
- if (msie > 0 || trident > 0) {
+ if (msie > 0 || trident > 0 || edge > 0) {
+ console.info('Legacy browser detected, applying css vars polyfill')
cssVars({
watch: true,
// set edge < 16 as incompatible