Ignore:
Timestamp:
09/24/12 16:42:28 (12 years ago)
Author:
eduardow
Message:

Ticket #3122 - Inconsistências ao Manter Atividade e configurações de grupos.

File:
1 edited

Legend:

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

    r7228 r7287  
    138138 
    139139UI.dialogs.addActivity.find('.button-add-alarms').click(function(){ 
    140             DataLayer.render( 'templates/alarms_add_itemlist.ejs', {type: 0}, function( template ){                      
     140            DataLayer.render( 'templates/alarms_add_itemlist.ejs', {type: 2}, function( template ){                      
    141141            jQuery('.activity-alarms-list').append(template) 
    142             .find('li:last label:eq(0)').remove().end() 
    143142            .find('.number').numeric().end() 
    144143            .find('.button.remove').button({ 
     
    149148            }).click(function(el) { 
    150149                $(this).parent().remove(); 
    151             });     
     150            }); 
    152151            }); 
    153152        }); 
Note: See TracChangeset for help on using the changeset viewer.