webview
This commit is contained in:
@@ -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();
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user