Merge branch 'oqs' of bitbucket.org:code2lab/sxrestaurant

This commit is contained in:
Yan
2017-07-24 19:28:59 +06:30
9 changed files with 60 additions and 38 deletions

View File

@@ -131,10 +131,12 @@
$("#paypar_account_no").on('focus', function(e){
var cardNo = "";
$("#sxModal").show();
setTimeout(function(){
getCardNo();
$("#sxModal").hide();
},100);
if($(this).val() == ''){
setTimeout(function(){
getCardNo();
$("#sxModal").hide();
},100);
}
});
});

View File

@@ -130,7 +130,7 @@
end
end
%>
<!--- end of Items-->
</div>
</div>