Skip to content

Commit

Permalink
Filter add/remove fix (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeke authored and mistercrunch committed Jul 22, 2016
1 parent cf785b4 commit 6731a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/assets/javascripts/explore/explore.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function prepForm() {

["col", "op", "eq"].forEach(function (fieldMiddle) {
var fieldName = fieldPrefix + "_" + fieldMiddle;
$filter.find("#" + fieldName + "_0")
$filter.find("[id^='" + fieldName + "_']")
.attr("id", function () {
return fieldName + "_" + i;
})
Expand Down

0 comments on commit 6731a28

Please sign in to comment.