[Images] Filters not working in older Chrome installs. Fixes #1358.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user