From e9f3cdbc59c21e18232758c4a374e527c7b99eac Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 5 May 2024 14:05:09 +0300 Subject: [PATCH] 14 --- static/js/user_profile_2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/user_profile_2.js b/static/js/user_profile_2.js index 859f97a..b78c79c 100644 --- a/static/js/user_profile_2.js +++ b/static/js/user_profile_2.js @@ -769,7 +769,7 @@ function send_subscribe (id,for_movers,subscribe){ if (data.html) { document.querySelector(".info_profile").innerHTML = data.html; } - if (data.redirect_url){-- + if (data.redirect_url){ window.location.href = data.redirect_url }