check report and change alert for order reservation

This commit is contained in:
phyusin
2018-05-17 17:51:47 +06:30
parent a276646a03
commit 6890b3a01e
9 changed files with 87 additions and 178 deletions

View File

@@ -199,12 +199,3 @@ function export_to(path)
var form_params = $("#frm_report").serialize();
window.location = path+"?"+ form_params;
}
function audioPlayBackground(shop_code){
//audio play
var audio = new Audio('/'+shop_code+'-beep.mp3'); // define your audio
// setTimeout(function(){
// audio.loop = true;
audio.play();
// },10000);
}