Sha256: 21fb82fcab9769ede08266a02ae29e1137114c64f27e3483b0e7bdc2bd2d6fda

Contents?: true

Size: 293 Bytes

Versions: 5

Compression:

Stored size: 293 Bytes

Contents

(function($) {
  $('#filter_container').append('<%= escape_javascript(render(
    :partial => "filter",
    :object => @filter,
    :locals => {:count => @count}
  )) %>');
  Alchemy.enableButton('#alchemyOverlay a.button.small');
  Alchemy.SelectBox('#filter_container select');
})(jQuery); 

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alchemy_crm-2.0.5 app/views/alchemy_crm/admin/contact_groups/add_filter.js.erb
alchemy_crm-2.0.4.1 app/views/alchemy_crm/admin/contact_groups/add_filter.js.erb
alchemy_crm-2.1.0a app/views/alchemy_crm/admin/contact_groups/add_filter.js.erb
alchemy_crm-2.0.3 app/views/alchemy_crm/admin/contact_groups/add_filter.js.erb
alchemy_crm-2.0.2 app/views/alchemy_crm/admin/contact_groups/add_filter.js.erb