diff --git a/source/Ox.UI/js/Core/Ox.LoadingIcon.js b/source/Ox.UI/js/Core/Ox.LoadingIcon.js index 9662624c..e4ef70b7 100644 --- a/source/Ox.UI/js/Core/Ox.LoadingIcon.js +++ b/source/Ox.UI/js/Core/Ox.LoadingIcon.js @@ -17,7 +17,7 @@ Ox.LoadingIcon = function(options, self) { }) .options(options || {}) .attr({ - src: Ox.UI.getImagePath('symbolLoading.svg') + src: Ox.UI.getImagePath('symbolLoadingAnimated.svg') }) .addClass( 'OxLoadingIcon Ox' + Ox.toTitleCase(self.options.size)