fixed error
This commit is contained in:
@@ -372,7 +372,6 @@
|
|||||||
allowOutsideClick: false,
|
allowOutsideClick: false,
|
||||||
didOpen: () => {
|
didOpen: () => {
|
||||||
$('.swal2-popup .ipt_type').select2();
|
$('.swal2-popup .ipt_type').select2();
|
||||||
$('.swal2-popup .ipt_type').unbind();
|
|
||||||
$('.swal2-popup .ipt_type').bind("change", function() {
|
$('.swal2-popup .ipt_type').bind("change", function() {
|
||||||
if($(this).val() == 0) {
|
if($(this).val() == 0) {
|
||||||
$('.div_input').removeClass("hidden");
|
$('.div_input').removeClass("hidden");
|
||||||
@@ -463,7 +462,6 @@
|
|||||||
allowOutsideClick: false,
|
allowOutsideClick: false,
|
||||||
didOpen: () => {
|
didOpen: () => {
|
||||||
$('.swal2-popup .ipt_type').select2();
|
$('.swal2-popup .ipt_type').select2();
|
||||||
$('.swal2-popup .ipt_type').unbind();
|
|
||||||
$('.swal2-popup .ipt_type').bind("change", function() {
|
$('.swal2-popup .ipt_type').bind("change", function() {
|
||||||
if($(this).val() == 0) {
|
if($(this).val() == 0) {
|
||||||
$('.div_input').removeClass("hidden");
|
$('.div_input').removeClass("hidden");
|
||||||
|
|||||||
Reference in New Issue
Block a user