Skip to content

Commit

Permalink
ZenHub #986 - Fix Criteria On Reset
Browse files Browse the repository at this point in the history
ZenHub #986 - Fix Criteria On Reset
  • Loading branch information
telusdcinco committed Jul 12, 2023
1 parent 3161c74 commit bee3764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/hradmin/myorg/partials/filter.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@
$('#btn_search_reset').click(function (e){
e.preventDefault();
$('#criteria').val('all');
$('#search_text').val(null);
$('#dd_level0').val(null).trigger('change');
$('#dd_level1').val(null).trigger('change');
Expand Down

0 comments on commit bee3764

Please sign in to comment.