fix loading icon animation
This commit is contained in:
parent
bbdd3b4cf4
commit
944d4036b0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue