dev #26

Merged
sysadminix merged 8 commits from dev into main 2024-11-12 13:10:14 +03:00
Showing only changes of commit e14072e829 - Show all commits

View File

@@ -68,7 +68,7 @@ function SendRegistrationForm(el, user_id){
},
error: function (data, exception){
document.querySelector(".register").innerHTML = data.responseJSON.html
document.querySelector(".register").innerHTML = data.responseText
}
});
}