diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2016-11-01 23:11:38 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2016-11-01 23:12:46 +0100 |
| commit | 9782633054129fd28a3e785f293b0b34649a3550 (patch) | |
| tree | fe69f48725738e2c06529fad0b6f597494888d2d /searx/templates/oscar/categories.html | |
| parent | e23c8f954b6ae0f1100167d39b73e2037384c154 (diff) | |
[fix] menu without js - closes #747
Diffstat (limited to 'searx/templates/oscar/categories.html')
| -rw-r--r-- | searx/templates/oscar/categories.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/templates/oscar/categories.html b/searx/templates/oscar/categories.html index 241d262ea..1ace10f16 100644 --- a/searx/templates/oscar/categories.html +++ b/searx/templates/oscar/categories.html @@ -3,7 +3,6 @@ {% for category in categories | reverse %} <input class="hidden" type="checkbox" id="checkbox_{{ category|replace(' ', '_') }}" name="category_{{ category }}" {% if category in selected_categories %}checked="checked"{% endif %} /> <label for="checkbox_{{ category|replace(' ', '_') }}">{{ _(category) }}</label> - </label> {% endfor %} {% else %} {% for category in categories %} |