update checking booking

This commit is contained in:
Aung Myo
2017-12-14 17:28:09 +06:30
parent dfbae46696
commit 489e2f4faa

View File

@@ -7,7 +7,7 @@ App.checkin = App.cable.subscriptions.create('CheckInBookingChannel', {
received: function(data) {
$('.table_'+data.table.id).removeClass('green');
$('.table_'+data.table.id).addClass('orange');
$('.table_'+data.table.id).addClass('blue');
$('.new_text_'+data.table.id).removeClass('hide')
}
});