aaudio play under origami

This commit is contained in:
phyusin
2018-05-29 16:01:56 +06:30
parent 776479a74e
commit e9bbc711dc
3 changed files with 7 additions and 4 deletions

View File

@@ -160,6 +160,7 @@ $(document).ready(function() {
/* start order reservation function */
function audioPlayBackground(shop_code){
console.log(shop_code);
//audio play
var audio = new Audio('/'+shop_code+'-beep.mp3'); // define your audio
// setTimeout(function(){