From 72f754e89cf26ed0bbf85f5b2e67ab93ccad3bd7 Mon Sep 17 00:00:00 2001 From: SBD Date: Sun, 5 May 2024 13:45:45 +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 b78c79c..859f97a 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 }