forked from 0x2620/oxjs
Ox -> Ox.UI
This commit is contained in:
parent
e2a42ab04e
commit
552aba4271
17 changed files with 46 additions and 46 deletions
|
|
@ -19,7 +19,7 @@ Ox.LoadingIcon = function(options, self) {
|
|||
.options(options || {})
|
||||
.addClass('OxLoadingIcon')
|
||||
.attr({
|
||||
src: Ox.getImageURL(
|
||||
src: Ox.UI.getImageURL(
|
||||
'symbolLoading',
|
||||
self.options.video ? 'videoIcon' : null
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue