Skip to content

Commit

Permalink
fixes #311
Browse files Browse the repository at this point in the history
  • Loading branch information
henriyli committed Sep 29, 2015
1 parent 5146b62 commit 95e8364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resource/js/docready.js
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ $(function() { // DOCUMENT READY

$('.clear-search').on('click', function() {
searchString = '';
$typeahead.val('');
$(this).removeClass('clear-search-dark');
});

Expand Down

0 comments on commit 95e8364

Please sign in to comment.