check token for cloud
This commit is contained in:
@@ -8,7 +8,7 @@ App.order_reservation = App.cable.subscriptions.create('OrderReservationChannel'
|
||||
var order = data.data;
|
||||
if(order.length > 0){
|
||||
$('.custom-table.'+shop_code+'_order_reserve_cable tbody').html("");
|
||||
$(".nav-item ."+shop_code+" .red > a > p.num").text(order.length);
|
||||
$("."+shop_code+" > .nav-item.red > a > p.num").text(order.length);
|
||||
$.each(order, function(key,value){
|
||||
var active_class = "";
|
||||
if(key==0){
|
||||
|
||||
@@ -147,6 +147,8 @@ $(function() {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
$('button[data-dismiss="modal"]').on('click', function(){ $(this).parent().parent().parent().parent().modal('hide'); });
|
||||
});
|
||||
|
||||
function check_emp_access_code(access_code,type) {
|
||||
|
||||
Reference in New Issue
Block a user