rm commented code and add comment

This commit is contained in:
spencerrlongg 2024-03-05 13:40:44 -06:00
parent af06b1cd06
commit a251e61d73

View file

@ -297,6 +297,7 @@
}).change();
// Only display the field element if the type is not text
// and don't display encryption option for checkbox or radio
$(".field_element").change(function(){
$(this).find("option:selected").each(function(){
if (($(this).attr("value")!="text") && ($(this).attr("value")!="textarea")){
@ -310,12 +311,6 @@
}
});
}).change();
// $(".field_element").change(function(){
// $(this).find("option:selected").each(function(){
// if
// })
// })
});