From 586428b8577d0f2814f0605a1883428410e6646b Mon Sep 17 00:00:00 2001 From: SDE Date: Tue, 1 Aug 2023 19:49:48 +0300 Subject: [PATCH] 0.0.71 --- static/js/user_profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile.js b/static/js/user_profile.js index cce2a6f..0c77574 100644 --- a/static/js/user_profile.js +++ b/static/js/user_profile.js @@ -233,7 +233,7 @@ function sendRoute(el, routeID = null){ let formData = new FormData(form); let add_url = '' if (routeID !== null){ - add_url = routeID + add_url = routeID + '/' } $.ajax({