mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Images] Filters not working in older Chrome installs. Fixes #1358.
This commit is contained in:
parent
a920220122
commit
0cd849fe42
@ -64,6 +64,7 @@ define(
|
||||
}).join(' ') :
|
||||
"";
|
||||
element.css('filter', styleValue);
|
||||
element.css('webkitFilter', styleValue);
|
||||
}
|
||||
|
||||
function nextImage(url) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user