Ignore:
Timestamp:
01/03/13 08:46:17 (11 years ago)
Author:
acoutinho
Message:

Ticket #3259 - Otimizar carregamento de eventos no modulo ExpressoCalendar?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/load.js

    r7599 r7702  
    1313 
    1414            DataLayer.task( this.clookRefresh , function(){ 
    15                 Calendar.rerenderView(true); 
     15 
     16            DataLayer.remove('schedulable', false); 
     17            Calendar.rerenderView(true); 
    1618            }); 
    1719        } 
Note: See TracChangeset for help on using the changeset viewer.