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 }