Skip to content

Commit

Permalink
minor comment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-jones committed Nov 16, 2014
1 parent 9d98a1b commit 853f3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.facetview2.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function facetList(options) {
} else if (type === "geo_distance") {
thefilters += options.render_geo_facet(facet, options)
}
// FIXME: statistical facet?
// FIXME: statistical facet and terms_stats facet?
};
return thefilters
};
Expand Down Expand Up @@ -1936,7 +1936,7 @@ function getUrlVars() {
if (from) { value["from"] = from }
if (to) { value["to"] = to }
}
// FIXME: how to handle clicks on statistical facet (if that even makes sense)
// FIXME: how to handle clicks on statistical facet (if that even makes sense) or terms_stats facet

// update the options and the filter display. No need to update
// the facet, as we'll issue a search straight away and it will
Expand Down

0 comments on commit 853f3fc

Please sign in to comment.