update oqs for loading
This commit is contained in:
@@ -38,6 +38,7 @@ $(document).on('turbolinks:load', function() {
|
||||
$(this).addClass('oqs_active');
|
||||
$(".queue_station").addClass('queue_station_box');
|
||||
var oqs_id = $(this).find(".oqs-id").text();
|
||||
console.log(oqs_id)
|
||||
var url = 'oqs/get_items/'+oqs_id;
|
||||
|
||||
show_details(url);
|
||||
|
||||
Reference in New Issue
Block a user