Skip to content

Commit 2ef63b3

Browse files
committed
Turn off more spell checking
* Turn these off for searches as well... not everything is speelled grammatically correct. ;) Post OpenUserJS#1211
1 parent ccb3a09 commit 2ef63b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/includes/searchBar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{/searchBarFormHiddenVariables}}
55
<div class="input-group col-xs-12">
66
<div class="form-group has-feedback has-clear">
7-
<input name="q" type="text" placeholder="{{searchBarPlaceholder}}" class="search form-control" value="{{searchBarValue}}" />
7+
<input name="q" type="text" placeholder="{{searchBarPlaceholder}}" class="search form-control" value="{{searchBarValue}}" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="off" />
88
<span class="form-control-feedback form-control-clear fa fa-times hidden"></span>
99
</div>
1010
<span class="input-group-btn">

0 commit comments

Comments
 (0)