This commit is contained in:
SBD
2024-05-05 14:05:09 +03:00
parent 72f754e89c
commit e9f3cdbc59

View File

@@ -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
}