bill cable add and add ... for origami pages

This commit is contained in:
Yan
2017-09-11 16:37:50 +06:30
parent c131a4eff2
commit c3b38a860c
4 changed files with 17 additions and 23 deletions

View File

@@ -6,12 +6,9 @@ App.order = App.cable.subscriptions.create('OrderChannel', {
disconnected: function() {},
received: function(data) {
$('.table_'+data.table.id).removeClass('green');
$('.table_'+data.table.id).addClass('blue');
$('.new_text_'+data.table.id).removeClass('hide')
},
}
});