fixed for reprint and query
This commit is contained in:
@@ -196,7 +196,7 @@ $(document).on('turbolinks:load', function() {
|
||||
|
||||
$(document).on('click', '.access_modal', function(event){
|
||||
type = $(this).data("type");
|
||||
$(".ok").attr("data-action",type)
|
||||
$(".ok").attr("data-action",type);
|
||||
$('#AccessCodeModal').modal('show');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user