oxjs renamed build/ to min/

This commit is contained in:
j 2014-09-27 17:06:01 +02:00
parent de3cedfde2
commit 2963e90819
1 changed files with 1 additions and 1 deletions

View File

@ -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);
};