Hello anyone,
After the seblod 3.11.2 the JS Code pack field doesn't work (it's work fine before the update).
The code inside is with the "document ready" comportement :
$("#da_date").on("change", function(){
var t1 = $("#da_date_hidden");
if ($("#da_select_typedat").val()=="1"){
$("#da_date2_hidden").val(t1.val());
}
});
Someone have the same problem?
Thanks in advance