diff options
| author | ear | 2017-01-13 22:21:47 +0100 | 
|---|---|---|
| committer | GitHub | 2017-01-13 22:21:47 +0100 | 
| commit | 20bcd2cda6376770731b5ccc7ebff187f44e571f (patch) | |
| tree | be1051f92e4c866bf8aebfde96291d54dfd22d8c | |
| parent | eb5818bb55b195bb06fce4d0252153928590817c (diff) | |
| download | scripts.irssi.org-20bcd2cda6376770731b5ccc7ebff187f44e571f.tar.bz2 | |
Disable auto-correction of the search input
Auto-correction is often disruptive to searches in this field where
arbitrary strings are frequently the correct item to search for.
| -rw-r--r-- | index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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> | 
