Changeset 6326 for sandbox/2.4.1-1


Ignore:
Timestamp:
05/28/12 11:09:50 (12 years ago)
Author:
marcieli
Message:

Ticket #2764 - Corrigida validação de filtro com alarme, ao salvar filtro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-1/prototype/modules/filters/filters.js

    r6320 r6326  
    125125        } 
    126126        if(list_container.find('.alertMessage').is(':checked')){ 
    127                 if($(criteria_list[0]).val() != "" && list_container.find('.select-folderlist radio').is(':checked')){ 
     127                if($(criteria_list[0]).val() != "" && $('.select-folderlist').find('[type="radio"]').is(':checked')){ 
    128128                        var hasValue = false; 
    129129                        $.each(criteria_list, function(index, value){ 
Note: See TracChangeset for help on using the changeset viewer.