enable show_hide on export pages

This commit is contained in:
2022-07-05 16:39:48 +02:00
parent fcac977d13
commit 989c4e90e5
3 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import { ShowHide } from 'ShowHide';
console.log('coucou');

View File

@@ -21,6 +21,7 @@
{% block title %}{{ export.title|trans }}{% endblock %}
{% block js %}
{{ encore_entry_script_tags('page_export') }}
<script type="text/javascript">
window.addEventListener("DOMContentLoaded", chill.listenerDisplayCheckbox);
</script>