0.0.77 update style.css for menu

This commit is contained in:
2023-08-09 15:35:10 +03:00
parent a80ecaa473
commit f9694456f7
4 changed files with 34 additions and 30 deletions

View File

@@ -20,12 +20,7 @@ function SendLoginForm(el){
success: function(data){
location.href = '/profile'
// let profile_btn = document.createElement("a");
// profile_btn.classList.add("profile_button");
// profile_btn.innerText = "Профиль";
// let reg_btn = document.querySelector(".registration_button");
// let replace_btn = reg_btn.parentNode;
// replace_btn.replaceChild(profile_btn, reg_btn);
},
error: function (data, exception){