includes/clientside/static/functions.js
changeset 1129 d56a55a3011b
parent 1125 367768040a61
child 1200 0f94802001ee
equal deleted inserted replaced
1128:a5aaa7512155 1129:d56a55a3011b
   689 {
   689 {
   690   // fade the status indicator in and then out
   690   // fade the status indicator in and then out
   691   whitey.style.backgroundImage = 'url(' + image + ')';
   691   whitey.style.backgroundImage = 'url(' + image + ')';
   692   if ( whitey.isMiniPrompt && !nodestroy_mp )
   692   if ( whitey.isMiniPrompt && !nodestroy_mp )
   693   {
   693   {
   694     whiteOutDestroyOnMiniPrompt(whitey);
   694     setTimeout(function()
       
   695       {
       
   696         whiteOutDestroyOnMiniPrompt(whitey);
       
   697       }, 500);
   695     return true;
   698     return true;
   696   }
   699   }
   697   if ( aclDisableTransitionFX )
   700   if ( aclDisableTransitionFX )
   698   {
   701   {
   699     domObjChangeOpac(80, whitey);
   702     domObjChangeOpac(80, whitey);