@ -142,10 +142,10 @@
$(".containner_order").toggle();
});
$(".bank_short_heng input").focus(function () {
$("input").focus(function () {
scrollTop = document.scrollingElement.scrollTop;
$(".bank_short_heng input").blur(function () {
$("input").blur(function () {
document.scrollingElement.scrollTo(0, this.scrollTop);
@ -930,10 +930,10 @@ $(function (){
$('.payment_input_phone').children().text($("#phoneNo_heng").val());
$(".bank_order_heng input").focus(function () {
$(".bank_order_heng input").blur(function () {