mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Remove autoinit
This commit is contained in:
parent
2e4317f6ef
commit
bd9b2a2064
2 changed files with 7 additions and 6 deletions
|
@ -86,7 +86,7 @@
|
|||
{% endif %}
|
||||
|
||||
<!-- Export -->
|
||||
<div id="export" class="sidenav no-autoinit">
|
||||
<div id="export" class="sidenav">
|
||||
{% set current_tag = null %}
|
||||
{% if tag is defined %}
|
||||
{% set current_tag = tag.slug %}
|
||||
|
@ -111,7 +111,7 @@
|
|||
|
||||
<!-- Filters -->
|
||||
{% if form is not null and is_granted('LIST_ENTRIES') %}
|
||||
<div id="filters" class="sidenav no-autoinit">
|
||||
<div id="filters" class="sidenav">
|
||||
<form action="{{ path('all') }}">
|
||||
|
||||
<h4 class="center">{{ 'entry.filters.title'|trans }}</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue