Merge pull request #1359 from nasa/open1358

[Images] Filters not working in older Chrome installs. Fixes #1358.
This commit is contained in:
Victor Woeltjen 2016-12-14 14:15:26 -08:00 committed by GitHub
commit f077f4fc1b

View File

@ -64,6 +64,7 @@ define(
}).join(' ') :
"";
element.css('filter', styleValue);
element.css('webkitFilter', styleValue);
}
function nextImage(url) {