Ignore:
Timestamp:
07/19/12 14:51:21 (12 years ago)
Author:
acoutinho
Message:

Ticket #2966 - Melhorias e correcoes qtips de criacao de groups/simple task

File:
1 edited

Legend:

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

    r6560 r6820  
    11function show_modal_shared(calendarId){ 
     2 
     3    $('.qtip.qtip-blue').remove(); 
     4 
    25    var html = DataLayer.render('templates/shared_calendar.ejs', { 
    36        calendar: Calendar.calendars 
     
    335338 
    336339function show_modal_search_shared(){ 
     340    $('.qtip.qtip-blue').remove(); 
    337341 
    338342    var html = DataLayer.render('templates/shared_calendar.ejs', {});    
Note: See TracChangeset for help on using the changeset viewer.