From 9feac30a315e47e3f1859f3010672c2fa4826f3f Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 19 Mar 2012 18:08:30 +0100 Subject: [PATCH] error must be z-index 1002 --- 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 3782c7188..fcf96ceb8 100644 --- a/static/js/pandora.js +++ b/static/js/pandora.js @@ -120,7 +120,7 @@ appPanel loadingScreen.style.height = '100%'; loadingScreen.style.backgroundColor = theme == 'classic' ? 'rgb(224, 224, 224)' : 'rgb(32, 32, 32)'; - loadingScreen.style.zIndex = '1001'; + loadingScreen.style.zIndex = '1002'; loadingScreen.appendChild(images.logo); loadingScreen.appendChild(images.reflection); loadingScreen.appendChild(gradient);