0.0.201
This commit is contained in:
@@ -2694,7 +2694,7 @@ details[open] summary ~ *{
|
||||
}
|
||||
|
||||
.wrapper_advertisement {
|
||||
padding-top: 140px;
|
||||
/*padding-top: 140px;*/
|
||||
}
|
||||
|
||||
.three_pinned_news{
|
||||
|
||||
@@ -3,7 +3,7 @@ function SendLoginForm(el){
|
||||
event.preventDefault()
|
||||
let form = el.form;
|
||||
let formData = new FormData(form);
|
||||
|
||||
let addMarginHeader = document.getElementsByClassName("header-first")
|
||||
|
||||
|
||||
|
||||
@@ -21,6 +21,9 @@ function SendLoginForm(el){
|
||||
|
||||
location.href = '/profile'
|
||||
|
||||
// addMarginHeader
|
||||
|
||||
|
||||
|
||||
},
|
||||
error: function (data, exception){
|
||||
|
||||
Reference in New Issue
Block a user