use generated themed loading icon

This commit is contained in:
rolux 2012-12-28 18:27:41 +01:00
parent 59757f965f
commit 488cc48ca1

View file

@ -159,7 +159,7 @@ Ox.load(/^https?:\/\/(www\.)?oxjs\.org\//.test(
return css;
},
getSRC: function(element) {
return 'source/Ox.UI/themes/' + app.user.theme + '/' + {
return 'build/Ox.UI/themes/' + app.user.theme + '/' + {
icon: 'png/icon16.png',
loading: 'svg/symbolLoading.svg',
logo: 'png/logo128.png'