master
kira 6 years ago
parent cdba32148d
commit 00270cdbd5

@ -10,11 +10,6 @@ $(".main .main-left ul li.tab-item").click(function () {
} else { } else {
$("#bank-li").hide(); $("#bank-li").hide();
} }
if (selectedIndex != currentIndex) {
$("#payment-form")[0].reset();
$(".select-placeholder").show();
currentIndex = selectedIndex;
}
}); });
$("#modal-close").click(function () { $("#modal-close").click(function () {

Loading…
Cancel
Save