use generated themed loading icon
This commit is contained in:
parent
59757f965f
commit
488cc48ca1
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -159,7 +159,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
|
||||||
return css;
|
return css;
|
||||||
},
|
},
|
||||||
getSRC: function(element) {
|
getSRC: function(element) {
|
||||||
return 'source/Ox.UI/themes/' + app.user.theme + '/' + {
|
return 'build/Ox.UI/themes/' + app.user.theme + '/' + {
|
||||||
icon: 'png/icon16.png',
|
icon: 'png/icon16.png',
|
||||||
loading: 'svg/symbolLoading.svg',
|
loading: 'svg/symbolLoading.svg',
|
||||||
logo: 'png/logo128.png'
|
logo: 'png/logo128.png'
|
||||||
|
|
Loading…
Reference in a new issue