Watch for changes with css variables polyfill

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-01-15 19:57:51 +01:00
parent a36604d2ec
commit a86ee002bc
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -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() {