Ignore:
Timestamp:
10/15/12 10:20:04 (12 years ago)
Author:
eduardow
Message:

Ticket #3122 - Inconsistencias na criação de grupos, erros sendo apresentados no javaScript

Location:
branches/2.4/prototype/modules/calendar/js
Files:
2 edited

Legend:

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

    r7287 r7416  
    645645                }) 
    646646                .click(function(){ 
    647                     blkAddAtendee.find('dd.task-activity-list').qtip('destroy'); 
     647                    blkAddTask.find('dd.task-activity-list').qtip('destroy'); 
    648648                }); 
    649649                                         
    650650                $('.qtip-active .button.cancel').button().click(function(){ 
    651                     blkAddAtendee.find('dd.activity-list [type=checkbox]').attr('checked', false); 
    652                     blkAddAtendee.find('dd.activity-list').qtip('destroy'); 
     651                    blkAddTask.find('dd.activity-list [type=checkbox]').attr('checked', false);  
     652                    blkAddTask.find('dd.activity-list').qtip('destroy'); 
    653653                }); 
    654654 
  • branches/2.4/prototype/modules/calendar/js/helpers.js

    r7400 r7416  
    17101710 
    17111711                form_content.find('.button-add-alarms').click(function(){ 
    1712                     DataLayer.render( 'templates/alarms_add_itemlist.ejs', {type: 0}, function( template ){                                              
     1712                    DataLayer.render( 'templates/alarms_add_itemlist.ejs', {type: (parseInt(type) == 1 ? '4' : type) }, function( template ){                                            
    17131713                        jQuery('.preferences-alarms-list').append(template) 
    17141714                        .find('li:last label:eq(0)').remove().end() 
Note: See TracChangeset for help on using the changeset viewer.