add popper.js.map and remove .idea
This commit is contained in:
@@ -100,16 +100,13 @@ $(document).on('turbolinks:load', function() {
|
||||
+'</div>'
|
||||
|
||||
+'</div>';
|
||||
|
||||
|
||||
|
||||
$('.oqs_append').append(row);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
//end Ajax
|
||||
}
|
||||
}
|
||||
|
||||
$(document).on('click', '.queue_station', function(event){
|
||||
var orderZone=$(this).children().children().children('.order-zone').text().trim();
|
||||
@@ -156,7 +153,7 @@ $(document).on('turbolinks:load', function() {
|
||||
$(this).addClass('selected-item');
|
||||
});
|
||||
|
||||
$(document).on('click', '.order-item-edit', function(event){
|
||||
$(document).on('click', '.order-item-edit', function(event){
|
||||
var _self = $(this); // To know in ajax return
|
||||
var assigned_item_id=$(this).attr('id').substr(5);
|
||||
window.location.href = '/oqs/'+ assigned_item_id + "/edit"
|
||||
|
||||
1
app/assets/plugins/bootstrap/js/popper.min.js.map
Normal file
1
app/assets/plugins/bootstrap/js/popper.min.js.map
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user