Skip to content

Commit

Permalink
small bugfix for string facet
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Peter committed Feb 1, 2017
1 parent e987ceb commit 23c72f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _src/js/views/facets/base.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class FacetSubsBase extends Backbone.View

select: ( evnt )=>
_val = @getValue()
return if @_checkSelectEmpty( _val, evnt )
#return if @_checkSelectEmpty( _val, evnt )
@set( _val, evnt )
return

Expand Down
6 changes: 3 additions & 3 deletions dist/js/iggy.js

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions js/iggy.debug.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions js/iggy.js
Original file line number Diff line number Diff line change
Expand Up @@ -1415,9 +1415,6 @@ FacetSubsBase = (function(superClass) {
FacetSubsBase.prototype.select = function(evnt) {
var _val;
_val = this.getValue();
if (this._checkSelectEmpty(_val, evnt)) {
return;
}
this.set(_val, evnt);
};

Expand Down

0 comments on commit 23c72f1

Please sign in to comment.