fixed error

This commit is contained in:
starthomas610 2024-07-30 12:28:42 -04:00
parent cbb6ee96dd
commit 0236c74262

View File

@ -372,7 +372,6 @@
allowOutsideClick: false,
didOpen: () => {
$('.swal2-popup .ipt_type').select2();
$('.swal2-popup .ipt_type').unbind();
$('.swal2-popup .ipt_type').bind("change", function() {
if($(this).val() == 0) {
$('.div_input').removeClass("hidden");
@ -463,7 +462,6 @@
allowOutsideClick: false,
didOpen: () => {
$('.swal2-popup .ipt_type').select2();
$('.swal2-popup .ipt_type').unbind();
$('.swal2-popup .ipt_type').bind("change", function() {
if($(this).val() == 0) {
$('.div_input').removeClass("hidden");