mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
enable show_hide on export pages
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { ShowHide } from 'ShowHide';
|
||||
|
||||
console.log('coucou');
|
||||
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user