Ignore:
Timestamp:
07/20/12 11:32:01 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Criacao de grupo padrao, criacao de tarefas simples, correcoes de bug

File:
1 edited

Legend:

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

    r6820 r6832  
    241241                                        allDay: '1' 
    242242                                }); 
    243                                 //DataLayer.commit(); 
     243                                 
     244                        $(componente).qtip('destroy'); 
    244245 
    245246                    }); 
     
    267268                            }); 
    268269                                                         
    269                             $('.button').button(); 
     270                            $('.qtip-active .button').button(); 
    270271                         
    271272                        $('div.qtip.qtip-blue.qtip-active').addClass('new-task'); 
Note: See TracChangeset for help on using the changeset viewer.