forked from 0x2620/oxjs
load svg images inline
This commit is contained in:
parent
6118eae51a
commit
dd7191e8d4
12 changed files with 78 additions and 59 deletions
|
|
@ -17,7 +17,7 @@ Ox.LoadingIcon = function(options, self) {
|
|||
})
|
||||
.options(options || {})
|
||||
.attr({
|
||||
src: Ox.UI.getImagePath('symbolLoadingAnimated.svg')
|
||||
src: Ox.UI.getImageURL('symbolLoadingAnimated')
|
||||
})
|
||||
.addClass(
|
||||
'OxLoadingIcon Ox' + Ox.toTitleCase(self.options.size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue