fixed for reprint and query
This commit is contained in:
@@ -410,7 +410,7 @@ $('#back').on('click',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');
|
||||
});
|
||||
$('#void').on('click', function () {
|
||||
|
||||
Reference in New Issue
Block a user