in loading icon, use video icon color
This commit is contained in:
parent
f1a2f4857f
commit
49762fe47f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Ox.LoadingIcon = function(options, self) {
|
||||||
.attr({
|
.attr({
|
||||||
src: Ox.UI.getImageURL(
|
src: Ox.UI.getImageURL(
|
||||||
'symbolLoading',
|
'symbolLoading',
|
||||||
self.options.video ? [255, 255, 255] : null
|
self.options.video ? 'videoIcon' : null
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue