summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorailin-nemui2017-01-16 13:20:08 +0100
committerGitHub2017-01-16 13:20:08 +0100
commit7ce7f8d7350f95c46879c6c13334bf23bedae311 (patch)
treebe1051f92e4c866bf8aebfde96291d54dfd22d8c
parenteb5818bb55b195bb06fce4d0252153928590817c (diff)
parent20bcd2cda6376770731b5ccc7ebff187f44e571f (diff)
downloadscripts.irssi.org-7ce7f8d7350f95c46879c6c13334bf23bedae311.tar.bz2
Merge pull request #330 from ear/disable-autocorrect
Disable auto-correction of the search input
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7852b75..7e870c0 100644
--- a/index.html
+++ b/index.html
@@ -40,7 +40,7 @@ layout: default
<hr>
- <input type="search" class="light-table-filter form-control" data-table="sortable" data-name="q" placeholder="Filter" style="width: 100%">
+ <input type="search" class="light-table-filter form-control" data-table="sortable" data-name="q" placeholder="Filter" style="width: 100%" autocorrect="off" spellcheck="false">
<table class="table table-striped table-condensed sortable">
<thead>
<tr>