Skip to content

Commit

Permalink
#684 remove not used code in criterion filter box
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-wonjune committed Dec 4, 2018
1 parent 41bf2e9 commit d5f9f15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ export class CriterionFilterBoxComponent extends AbstractComponent {
* @param {MouseEvent} event
*/
public onClickShowList(event: MouseEvent) {
if (this.criterionKey !== CriterionKey.MORE && $(event.target).attr('class') &&
if (this.criterionKey !== CriterionKey.MORE &&
($(event.target).hasClass('ddp-result-filtering')
|| $(event.target).hasClass('ddp-txt-label')
|| $(event.target).hasClass('ddp-ui-result')
Expand Down

0 comments on commit d5f9f15

Please sign in to comment.