1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Remove autoinit

This commit is contained in:
Yassine Guedidi 2025-02-19 04:14:39 +01:00
parent 2e4317f6ef
commit bd9b2a2064
2 changed files with 7 additions and 6 deletions

View file

@ -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>