Ignore:
Timestamp:
01/14/13 14:17:38 (11 years ago)
Author:
gustavo
Message:

Ticket #3285 - Problema com os botoes da arvore de pastas e o Ticket #3286

Location:
trunk/expressoMail1_2/js
Files:
3 edited

Legend:

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

    r7710 r7745  
    296296                                                                                 
    297297                                                                        } 
     298                                                        $("#content_folders").stop().scrollTo($(this), {axis:'y', margin:true, offset:-50, duration:400}); 
    298299                                                }, 
    299300                                                out : function(){ 
  • trunk/expressoMail1_2/js/draw_api.js

    r7744 r7745  
    16571657                                                                                         
    16581658                                                                                } 
     1659                                $("#content_folders").stop().scrollTo($(this), {axis:'y', margin:true, offset:-50, duration:400}); 
    16591660                                                        }, 
    16601661                                                        out : function(){ 
  • trunk/expressoMail1_2/js/main.js

    r7744 r7745  
    813813                                                                                                         
    814814                                                                                                } 
     815                                                                                $("#content_folders").stop().scrollTo($(this), {axis:'y', margin:true, offset:-50, duration:400}); 
    815816                                                                        }, 
    816817                                                                        out : function(){ 
Note: See TracChangeset for help on using the changeset viewer.