Fix merge conflict in show-hide file

This commit is contained in:
Julie Lenaerts 2024-07-23 16:23:51 +02:00
commit 50bd9f32c3

View File

@ -14,6 +14,7 @@ window.addEventListener('DOMContentLoaded', function() {
transitionsContainer = document.querySelector('#transitions') transitionsContainer = document.querySelector('#transitions')
; ;
// ShowHide instance for personSignatureField
new ShowHide({ new ShowHide({
debug: false, debug: false,
froms: [signatureTypeChoices], froms: [signatureTypeChoices],