Ignore:
Timestamp:
06/14/10 09:50:26 (14 years ago)
Author:
amuller
Message:

Ticket #911 - Corrigindo caminho relativo do gotodownloads, e adicionando ponto e vírgula

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/js/expressoAjax/expressoAjax.js

    r2847 r2923  
    7272                                div.align = "center"; 
    7373                                var loadingTitle = document.getElementById('txt_loading'); 
     74                                if (loadingTitle == null) 
     75                                        loadingTitle = document.createElement('DIV'); 
    7476                                div.innerHTML = '&nbsp;&nbsp;<font face="Verdana" size="2" color="WHITE">'+loadingTitle.value+'...</font>&nbsp;'; 
    7577                                div.style.background = "#cc4444"; 
Note: See TracChangeset for help on using the changeset viewer.