mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 14:56:47 +00:00
feature/ redirect API-Explorer url in dynamic endpoint
This commit is contained in:
parent
0062385156
commit
501883f2c0
@ -45,7 +45,7 @@ $(document).ready(function($) {
|
||||
|
||||
$('.runner button.forDelete').click(function() {
|
||||
let runner = $(this).parent().parent().parent();
|
||||
dynamic_endpoint_id = $(runner).find('.dynamic_endpoint_id').text();
|
||||
let dynamic_endpoint_id = $(runner).find('.dynamic_endpoint_id').text();
|
||||
$('.runner button.forSave').attr("disabled","disabled");
|
||||
$('.runner button.forDelete').attr("disabled","disabled");
|
||||
$.post('dynamicendpoints/delete/dynamicendpoint', {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user