mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 05:07:52 +00:00
Merge pull request #1359 from nasa/open1358
[Images] Filters not working in older Chrome installs. Fixes #1358.
This commit is contained in:
commit
f077f4fc1b
@ -64,6 +64,7 @@ define(
|
|||||||
}).join(' ') :
|
}).join(' ') :
|
||||||
"";
|
"";
|
||||||
element.css('filter', styleValue);
|
element.css('filter', styleValue);
|
||||||
|
element.css('webkitFilter', styleValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
function nextImage(url) {
|
function nextImage(url) {
|
||||||
|
Loading…
Reference in New Issue
Block a user