bill cable add and add ... for origami pages
This commit is contained in:
@@ -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')
|
||||
|
||||
},
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user