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 }