This commit is contained in:
phyusin
2018-04-05 17:30:44 +06:30
parent 686a980a9e
commit 7c15dac2aa
8 changed files with 55 additions and 4 deletions

View File

@@ -387,3 +387,15 @@ function resCBPay(resMsg,card_sale_trans_id,cmd_type,payment_type,bnk_bill_amoun
function setHeaderBreadCrumb(params){
$("#others_payment").html(params);
}
//show hide nav bar for webview
function showHideNavbar(webview,page){
// if(webview){
$("nav.navbar").hide();
// if(page=="index"){
// $(".btn-lists").hide();
// }
// }else{
// $("nav.navbar").show();
// }
}