From 944d4036b0416a469dd72869dd18b12db87b969b Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 1 Jun 2011 14:20:34 +0200 Subject: [PATCH] fix loading icon animation --- source/Ox.UI/js/Core/Ox.LoadingIcon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)