update oqs action cable sorting
This commit is contained in:
@@ -9,6 +9,7 @@ App.order = App.cable.subscriptions.create('OrderChannel', {
|
||||
|
||||
$('.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