Ignore:
Timestamp:
07/26/12 11:31:37 (12 years ago)
Author:
thiago
Message:

Ticket #2966 - Implementado a nova tela de atividades.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso1/prototype/modules/calendar/js/helpers.js

    r6880 r6881  
    939939// load template of attendees 
    940940var blkAddAtendee = UI.dialogs.addEvent.find('#calendar_addevent_details6').append(attendeeHtml); 
    941 if(objEvent.attendee.length) 
    942     callbackAttendee(); 
     941 
    943942/** 
    944943Opções de delegação do participante/organizer 
     
    981980                         
    982981blkAddAtendee.find('.attendee-list-add .add-attendee-input input').keydown(function(event) { 
    983                                  
    984982    if (event.keyCode == '13' && $(this).val() != '' || (event.keyCode == undefined && $(this).val() != '')) { 
    985983        Encoder.EncodeType = "entity"; 
     
    11951193    $(this).val(''); 
    11961194 
    1197 } else if (!skipAddNewLine) {            
     1195} else if (!skipAddNewLine) { 
    11981196    /** 
    11991197     * a) salva como novo usuario externo no banco (apenas com email) e... 
     
    13771375    } 
    13781376}); 
     1377 
    13791378//$('.block-add-attendee .search-result-list').selectable(); 
    13801379 
Note: See TracChangeset for help on using the changeset viewer.