Skip to content

Commit

Permalink
Merge pull request hound-search#278 from legoktm/patch-1
Browse files Browse the repository at this point in the history
Remove surrounding / from file filter
  • Loading branch information
kellegous committed Jul 15, 2018
2 parents 1b1b4de + 5399999 commit b70a5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/assets/js/hound.js
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ var SearchBar = React.createClass({
<div className="field-input">
<input type="text"
id="files"
placeholder="/regexp/"
placeholder="regexp"
ref="files"
onKeyDown={this.filesGotKeydown}
onFocus={this.filesGotFocus} />
Expand Down

0 comments on commit b70a5e1

Please sign in to comment.