Skip to content

Commit

Permalink
Merge pull request #449 from vishalvivekm/fix-search
Browse files Browse the repository at this point in the history
fix unclickable search results
  • Loading branch information
vishalvivekm authored Mar 3, 2025
2 parents 6ded515 + 3e3531d commit af6d981
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/js/offline-search.js
Original file line number Diff line number Diff line change
@@ -194,10 +194,6 @@
}
});

$searchInput.on('blur', function () {
$searchInput.val('');
$searchInput.trigger('change');
});

});
})(jQuery);

0 comments on commit af6d981

Please sign in to comment.