misc: remove "display form details" message, now native (#72385)

This commit is contained in:
Frédéric Péters 2022-12-14 09:41:30 +01:00
parent d839ef8650
commit 9ac8093ecb
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
$(function() {
$('.section.foldable.folded h2').append('<span class="disclose-message">(afficher le détail de la demande)</span>');
$('.section.foldable h2').click(function() {
$(this).parent('.section').toggleClass('folded');
$('.qommon-map').trigger('qommon:invalidate');