Changeset 7610 for trunk/expressoMail1_2


Ignore:
Timestamp:
12/05/12 10:14:36 (11 years ago)
Author:
angelo
Message:

Ticket #3197 - Reduzir tempo de carregamento do modulo Expresso Mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r7603 r7610  
    48184818        $(this).prev().show(); 
    48194819        }); 
    4820         fileUploadMSG.find(".button").button().filter(".fileinput-button").find(".ui-button-text").css("margin-top", "2px").find("input:file").fileupload({ 
     4820        fileUploadMSG.find(".fileUploadButton, .message-attach-link").button().filter(".fileUploadButton").click(function(){ 
     4821            fileUploadMSG.find("input:file").trigger("click"); 
     4822    }); 
     4823 
     4824    fileUploadMSG.find("input:file").fileupload({ 
    48214825                //singleFileUploads : true,fileUploadMSG 
    48224826                sequentialUploads: true,  
     
    49944998            }); 
    49954999        }*/ 
    4996         }).css({ 
     5000        });/*.css({ 
    49975001                "height" : "20px",  
    49985002                "width": (is_webkit ? "205px" : "100px"),  
     
    50005004        "-moz-transform" : "rotate(-180deg) translate(5px, -0.5px) scale(1.1)",   
    50015005        "-webkit-transform" : "rotate(-180deg) translate(0px, 0px)" 
    5002         }).end().end().end().filter(".message-attach-link").click(function(){ 
     5006        }).end().end().end().*/ 
     5007    fileUploadMSG.find(".message-attach-link").click(function(){ 
    50035008                jQuery('#message-attach-dialog').html(DataLayer.render("../prototype/modules/attach_message/attach_message.ejs", {})); 
    50045009                var lastFolderSelected = $('#content_folders .folder.selected'); 
Note: See TracChangeset for help on using the changeset viewer.