From 49762fe47fc1e3feec994abd938bb1cd895eba19 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 4 Feb 2014 09:22:55 +0000 Subject: [PATCH] in loading icon, use video icon color --- source/Ox.UI/js/Core/LoadingIcon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Core/LoadingIcon.js b/source/Ox.UI/js/Core/LoadingIcon.js index 9fe235d5..0ab96f79 100644 --- a/source/Ox.UI/js/Core/LoadingIcon.js +++ b/source/Ox.UI/js/Core/LoadingIcon.js @@ -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 ) });