aaudio play under origami
This commit is contained in:
@@ -484,13 +484,12 @@ function callback_url(callback,ref_no,order_id,status,min_type,time,exptime,reas
|
||||
});
|
||||
}
|
||||
|
||||
function showNewOrder(order_reservation,shop_code){
|
||||
function showNewOrderAlert(order_reservation,shop_code){
|
||||
if((order_reservation!=undefined) && (order_reservation!=null) && (order_reservation!="")){
|
||||
var date = new Date(order_reservation.requested_time);
|
||||
var time = timeFormat(date);
|
||||
var requested_date = date.getFullYear() + '-' + (date.getMonth() >= 10? date.getMonth() : '0' + (date.getMonth() + 1)) +'-'+ (date.getDate() >= 10? date.getDate() : '0' + date.getDate()) +' '+time;
|
||||
$('.first-1').click();
|
||||
audioPlayBackground(shop_code);
|
||||
|
||||
swal({
|
||||
title: 'Information',
|
||||
|
||||
Reference in New Issue
Block a user