Skip to content

Commit

Permalink
fix c++ search
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Sep 11, 2013
1 parent dfc333a commit beafc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h2>Inspired by original game series</h2>
this.value.split(' ').map(function(term) {
if (!term) return "";
return "[data-index*=\"" +
encodeURIComponent(term.toLowerCase()) +
term.toLowerCase().replace('"', '') +
"\"]";
}).join('') +
"{display: block}";
Expand Down

0 comments on commit beafc6e

Please sign in to comment.