This commit is contained in:
SBD
2024-05-05 13:45:45 +03:00
parent c365f3274a
commit 72f754e89c

View File

@@ -769,7 +769,7 @@ function send_subscribe (id,for_movers,subscribe){
if (data.html) { if (data.html) {
document.querySelector(".info_profile").innerHTML = data.html; document.querySelector(".info_profile").innerHTML = data.html;
} }
if (data.redirect_url){ if (data.redirect_url){--
window.location.href = data.redirect_url window.location.href = data.redirect_url
} }