Changeset 5855


Ignore:
Timestamp:
03/30/12 14:59:40 (12 years ago)
Author:
gustavo
Message:

Ticket #2580 - Não atualiza barra de quota acessando pastas compartilhadas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/foldertree.js

    r5844 r5855  
    134134                selected = target.attr('id'); 
    135135                change_folder(target.attr('id'), child.attr('title'));   
     136                var draw_shared_quota = function(data){ 
     137                        build_quota(data); 
     138                }; 
     139                cExecute ("$this.imap_functions.get_folders_list&folder="+target.attr('id'), draw_shared_quota); 
    136140        }).filter('.followup-messages').click(function(event, ui){ 
    137141                search_emails("UNDELETED KEYWORD \"$Followupflagged\""); 
Note: See TracChangeset for help on using the changeset viewer.