in loading icon, use video icon color

This commit is contained in:
rolux 2014-02-04 09:22:55 +00:00
parent f1a2f4857f
commit 49762fe47f

View file

@ -21,7 +21,7 @@ Ox.LoadingIcon = function(options, self) {
.attr({
src: Ox.UI.getImageURL(
'symbolLoading',
self.options.video ? [255, 255, 255] : null
self.options.video ? 'videoIcon' : null
)
});