From 2963e90819e3e0db7194c401fdf9de42862b3428 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Sat, 27 Sep 2014 17:06:01 +0200 Subject: [PATCH] oxjs renamed build/ to min/ --- static/js/pandora.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora.js b/static/js/pandora.js index 2244ec0c..b1c73eff 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -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); };