From 501883f2c0a12c09de51a6a75db93e436cde98bc Mon Sep 17 00:00:00 2001 From: Reena-cell Date: Tue, 10 Jan 2023 13:36:22 +0100 Subject: [PATCH] feature/ redirect API-Explorer url in dynamic endpoint --- .../static/dynamicendpoints/js/dynamicendpoints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apimanager/dynamicendpoints/static/dynamicendpoints/js/dynamicendpoints.js b/apimanager/dynamicendpoints/static/dynamicendpoints/js/dynamicendpoints.js index de703ef..0bf07ce 100644 --- a/apimanager/dynamicendpoints/static/dynamicendpoints/js/dynamicendpoints.js +++ b/apimanager/dynamicendpoints/static/dynamicendpoints/js/dynamicendpoints.js @@ -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', {