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 ) });