update oqs action cable sorting

This commit is contained in:
Aung Myo
2017-09-05 18:06:57 +06:30
parent bb6e938f47
commit d1db57e9b5
5 changed files with 14 additions and 5 deletions

View File

@@ -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')
},