Fix pages

This commit is contained in:
CHIEFSOFT\ameye
2024-11-10 20:20:40 -05:00
parent 3e206d68ba
commit f5028009d7
8 changed files with 158 additions and 29 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
$.ajax({
url: "/providers/startprpcess/"+link_id
}).done(function (data) {
//$('#selected_detail').html(data);
$('#selected_detail').html(data);
$('#acc'+link_id).prop('disabled', false);
});
return false;