Skip to content

Commit

Permalink
Merge pull request #1 from arkhitech/master
Browse files Browse the repository at this point in the history
merge upstream
  • Loading branch information
amenk authored Sep 17, 2018
2 parents 8703e3f + af7719e commit 4dbf686
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Empty file modified LICENSE
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
match: <%=regex_find%>,
search: function(term, callback) {
callback($.map(this.mentions, function(mention) {
return mention.toLowerCase().indexOf(term) !== -1 ? mention : null;
return mention.toLowerCase().indexOf(term.toLowerCase()) !== -1 ? mention : null;
}));
},
index: 1,
Expand Down
Empty file modified init.rb
100644 → 100755
Empty file.

0 comments on commit 4dbf686

Please sign in to comment.