fixed error
This commit is contained in:
parent
cbb6ee96dd
commit
0236c74262
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user