From c788403396eb339988e0e0096a19f53e765f9e21 Mon Sep 17 00:00:00 2001 From: gusaul Date: Thu, 21 Mar 2019 09:43:47 +0700 Subject: [PATCH] fix relative path close conn --- index/js/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/js/style.js b/index/js/style.js index e63a7ad..c758e08 100644 --- a/index/js/style.js +++ b/index/js/style.js @@ -200,7 +200,7 @@ $(".connections ul").on("click", "i", function(){ var ip = $(this).siblings("span").text(); $.ajax({ - url: "/active/close/" + ip, + url: "active/close/" + ip, global: true, method: "DELETE", success: function(res){