Ignore:
Timestamp:
03/11/13 19:39:31 (11 years ago)
Author:
douglas
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/prototype/modules/calendar/js/helpers.js

    r7992 r7994  
    29292929        delete schedulable['historic']; 
    29302930 
    2931     if(parseInt(type) == 3){  
    2932         schedulable.participants = participants;  
    2933     }  
    2934     else  
    2935     {  
    29362931        schedulable.participants =  $.map( participants, function( attendee, i ){  
    29372932  
     
    29502945            participant.id = DataLayer.put('participant', participant);  
    29512946  
    2952             return participant ;  
     2947            return  (parseInt(type) == 3) ? participant.id : participant ;  
    29532948        });  
    2954     }  
    29552949  
    29562950        //Edit ocurrence 
Note: See TracChangeset for help on using the changeset viewer.