diff options
| author | Ailin Nemui | 2016-04-18 14:21:46 +0200 |
|---|---|---|
| committer | Ailin Nemui | 2016-04-18 14:21:59 +0200 |
| commit | 33b0332ceefc5deb239fa53a0b2db1edbfa3560c (patch) | |
| tree | b9bf13e24417ad6d7d0442da4ecd037c3290452d /index.html | |
| parent | 726b046a3c616a0d50a220aad72e3459bef334f1 (diff) | |
| download | scripts.irssi.org-33b0332ceefc5deb239fa53a0b2db1edbfa3560c.tar.bz2 | |
support filling the javascript filter from url hash
[skip ci]
Diffstat (limited to 'index.html')
| -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" 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%"> <table class="table table-striped table-condensed sortable"> <thead> <tr> |
