From a86ee002bcb4bc457ce9d55b0d56424ea57c933b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 15 Jan 2019 19:57:51 +0100 Subject: [PATCH] Watch for changes with css variables polyfill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/js/js.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/js/js.js b/core/js/js.js index 73a9c32a91..e306e2a736 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1354,7 +1354,9 @@ function initCore() { // css variables fallback for IE if (msie > 0 || trident > 0) { - cssVars(); + cssVars({ + watch: true + }); } $(window).on('unload.main', function() {