forked from 0x2620/pandora
oxjs renamed build/ to min/
This commit is contained in:
parent
de3cedfde2
commit
2963e90819
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ appPanel
|
|||
images.loadingIcon.style.MSUserSelect = 'none';
|
||||
images.loadingIcon.style.OUserSelect = 'none';
|
||||
images.loadingIcon.style.WebkitUserSelect = 'none';
|
||||
images.loadingIcon.src = '/static/oxjs/' + (enableDebugMode ? 'dev' : 'build')
|
||||
images.loadingIcon.src = '/static/oxjs/' + (enableDebugMode ? 'dev' : 'min')
|
||||
+ '/UI/themes/' + theme + '/svg/symbolLoading.svg';
|
||||
callback(images);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue