diff --git a/app/assets/javascripts/OQS.js b/app/assets/javascripts/OQS.js index 183e7412..d2a22aef 100755 --- a/app/assets/javascripts/OQS.js +++ b/app/assets/javascripts/OQS.js @@ -230,8 +230,8 @@ $(document).on('turbolinks:load', function() { +'
' diff --git a/app/assets/javascripts/channels/order_queue_station.js b/app/assets/javascripts/channels/order_queue_station.js index ccb3b0d3..c17ca42c 100755 --- a/app/assets/javascripts/channels/order_queue_station.js +++ b/app/assets/javascripts/channels/order_queue_station.js @@ -68,8 +68,8 @@ App.order_queue_station = App.cable.subscriptions.create('OrderQueueStationChann +'' +'' +''; $('.oqs_append').append(row); diff --git a/app/views/oqs/home/index.html.erb b/app/views/oqs/home/index.html.erb index 7f2ea4e1..500772c3 100644 --- a/app/views/oqs/home/index.html.erb +++ b/app/views/oqs/home/index.html.erb @@ -200,4 +200,10 @@ document.getElementById("defaultOpen").click(); - \ No newline at end of file + + + \ No newline at end of file