Changeset 8071 for trunk


Ignore:
Timestamp:
04/02/13 12:12:30 (11 years ago)
Author:
thiago
Message:

Ticket #3410 - Ao abrir a tela os botoes estao disable, apos marcar check, ficam enable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/filters/filters.js

    r8068 r8071  
    640640        }); 
    641641 
    642     list_container.find(".select").children("input").click(function(){ 
     642    list_container.find(".rule-list li").click(function(){ 
    643643        if(list_container.find(".select").children("input:checked").length){ 
    644644            list_container.find(".alldelete").button("enable"); 
Note: See TracChangeset for help on using the changeset viewer.