Changeset 2913


Ignore:
Timestamp:
06/09/10 11:53:45 (14 years ago)
Author:
amuller
Message:

Ticket #1059 - Arrumando problema do carregando que nao sai da pagina

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/jscode/draw_api_folders.js

    r2904 r2913  
    12351235 
    12361236        openTab.content_id[numBox].appendChild(_divScroll); 
    1237         _divScroll.appendChild(loading_img); 
     1237        if (alternate) 
     1238                _divScroll.appendChild(loading_img); 
    12381239}; 
    12391240 
     
    12411242        openTab.content_id[numBox] = document.getElementById("content_id_"+numBox); 
    12421243        var _divScroll = document.getElementById("divScrollMain_"+numBox); 
    1243         _divScroll.removeChild(_divScroll.lastChild); 
     1244        try{ 
     1245                loading_img = _divScroll.removeChild( loading_img ); 
     1246        } 
     1247        catch(e){ } 
    12441248        var tbody_element = _divScroll.firstChild.firstChild; 
    12451249 
Note: See TracChangeset for help on using the changeset viewer.