Ignore:
Timestamp:
03/11/13 19:34:06 (11 years ago)
Author:
cristiano
Message:

Ticket #3382 - Travamento do navegador ao carregar repetições com muitos participantes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/helpers.js

    r7991 r7993  
    29282928        delete schedulable['historic']; 
    29292929 
    2930     if(parseInt(type) == 3){ 
    2931         schedulable.participants = participants; 
    2932     } 
    2933     else 
    2934     { 
    29352930        schedulable.participants =  $.map( participants, function( attendee, i ){ 
    29362931 
     
    29492944            participant.id = DataLayer.put('participant', participant); 
    29502945 
    2951             return participant ; 
     2946            return  (parseInt(type) == 3) ? participant.id : participant ; 
    29522947        }); 
    2953     } 
    29542948 
    29552949        //Edit ocurrence 
Note: See TracChangeset for help on using the changeset viewer.