Ignore:
Timestamp:
07/26/12 16:00:19 (12 years ago)
Author:
marcieli
Message:

Ticket #2966 - Atualizada listagem de eventos/tarefas/atividades ao atualizar/excluir.

File:
1 edited

Legend:

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

    r6876 r6885  
    9393                contentMenu(); 
    9494            }else if((typeof($tabs) != "undefined") && $tabs.tabs('option' ,'selected') != 0) 
    95                 pageselectCallback($('.events-list-win.active [name=keyword]').val(), 0); 
     95                                 
     96                pageselectCallback($('.events-list-win.active [name=keyword]').val(), 0, false, ($tabs.tabs('option' ,'selected') > 2) ? 2 : ($tabs.tabs('option' ,'selected') == 1) ? 0 : 1); 
    9697        } 
    9798    } 
Note: See TracChangeset for help on using the changeset viewer.