check customer
This commit is contained in:
@@ -157,15 +157,3 @@ $(document).ready(function() {
|
||||
}
|
||||
//end Notificaiotn message
|
||||
});
|
||||
|
||||
/* start order reservation function */
|
||||
function audioPlayBackground(shop_code,audio){
|
||||
// console.log(shop_code);
|
||||
//audio play
|
||||
var audio = new Audio('/'+audio); // define your audio
|
||||
// setTimeout(function(){
|
||||
// audio.loop = true;
|
||||
audio.play();
|
||||
// },10000);
|
||||
}
|
||||
/* end order reservation function */
|
||||
|
||||
Reference in New Issue
Block a user