Skip to content

Commit

Permalink
#58 remove reset button after reset is done
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Oct 27, 2021
1 parent b49727b commit de0c7ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/OpenFairViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2162,6 +2162,8 @@ class OpenFairViewer {
var category_filter = new Or(this.config.OGC_FILTER_VERSION, this.config.OGC_FILTER_SCHEMAS, category_filters);
filter = new And(this.config.OGC_FILTER_VERSION, this.config.OGC_FILTER_SCHEMAS, [filter, category_filter]);
$("#find-categories-reset").show();
}else{
$("#find-categories-reset").hide();
}

return filter;
Expand Down

0 comments on commit de0c7ef

Please sign in to comment.