properly switch video button color on theme switch

This commit is contained in:
rolux 2013-01-31 18:12:51 +05:30
parent 2fe165f257
commit c50d91c0ac

View file

@ -116,7 +116,7 @@ Ox.Theme = (function() {
});
}
});
$('img').add('input[type="image"]').not('.OxColor').not('.OxVideo')
$('img').add('input[type="image"]').not('.OxColor')
.each(function(element) {
var $element = $(this),
data = Ox.UI.getImageData($element.attr('src'));