Ignore:
Timestamp:
11/25/13 11:59:53 (10 years ago)
Author:
angelo
Message:

Ticket #0000 - sincronizacao parcial das alteracoes do trunk com este sandbox

Location:
sandbox/2.5.1-evolucao/prototype
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.1-evolucao/prototype/api/datalayer.js

    r6444 r8261  
    657657 
    658658        } 
     659     if( typeof DataLayer.storage.cache[':diff'] != 'object') 
     660     DataLayer.storage.cache[':diff'] = {}; 
    659661    }, 
    660662     
  • sandbox/2.5.1-evolucao/prototype/modules/calendar/js/helpers.js

    r8134 r8261  
    490490                        $('.qtip.qtip-blue.qtip-active').qtip('destroy');                                                
    491491                attendees  = {}; 
     492                DataLayer.rollback();//Limpa cache do datalayer 
    492493        }, 
    493494        beforeClose: function(event, ui) { 
  • sandbox/2.5.1-evolucao/prototype/modules/mail/js/foldertree.js

    r8199 r8261  
    785785                else 
    786786                { 
    787                     selected_li = $(this).parents(".head_folder").parent(); 
     787                    selected_li = $(this).parents("li:first"); 
    788788                    if($(this).parents(".head_folder").parent().find(".expandable-hitarea").length) 
    789789                    { 
Note: See TracChangeset for help on using the changeset viewer.