Skip to content

Commit

Permalink
Edited app/assets/javascripts/rails_admin/ra.filter-box.js via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
cschiewek committed Sep 27, 2011
1 parent e8ae8bd commit 1623d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/rails_admin/ra.filter-box.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}
}

$("#filter_select").live('change', function() {
$("#filter_select").live('change', function() {
var option = $(this).find('option:selected')
if ($(this).val() != '') {
$(this).val(''); // reset select
Expand Down

0 comments on commit 1623d3a

Please sign in to comment.