diff options
| author | ailin-nemui | 2017-01-16 13:20:08 +0100 |
|---|---|---|
| committer | GitHub | 2017-01-16 13:20:08 +0100 |
| commit | 7ce7f8d7350f95c46879c6c13334bf23bedae311 (patch) | |
| tree | be1051f92e4c866bf8aebfde96291d54dfd22d8c | |
| parent | eb5818bb55b195bb06fce4d0252153928590817c (diff) | |
| parent | 20bcd2cda6376770731b5ccc7ebff187f44e571f (diff) | |
| download | scripts.irssi.org-7ce7f8d7350f95c46879c6c13334bf23bedae311.tar.bz2 | |
Merge pull request #330 from ear/disable-autocorrect
Disable auto-correction of the search input
| -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> |
