includes/clientside/static/functions.js
changeset 1129 d56a55a3011b
parent 1125 367768040a61
child 1200 0f94802001ee
--- a/includes/clientside/static/functions.js	Sun Oct 04 03:59:50 2009 -0400
+++ b/includes/clientside/static/functions.js	Wed Oct 07 13:01:00 2009 -0400
@@ -691,7 +691,10 @@
   whitey.style.backgroundImage = 'url(' + image + ')';
   if ( whitey.isMiniPrompt && !nodestroy_mp )
   {
-    whiteOutDestroyOnMiniPrompt(whitey);
+    setTimeout(function()
+      {
+        whiteOutDestroyOnMiniPrompt(whitey);
+      }, 500);
     return true;
   }
   if ( aclDisableTransitionFX )