Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-12-03 17:15:32 +03:00
7 changed files with 22 additions and 12 deletions

View File

@@ -2875,4 +2875,10 @@
color: #f00;
margin-bottom: 20px;
display: block;
}
/*b_profile_first_page*/
.title_b_first_page{
margin-top: 70px;
}

View File

@@ -92,8 +92,10 @@ function select_tab_profile (el,url,owner_type=null) {
function selectTabProfileIfHisNotSelected (url) {
let el_f_select = document.querySelector(`[data-ajax-url=${url}]`)
el_f_select.classList.add('selected')
if (url !== 'new_route_view') {
let el_f_select = document.querySelector(`[data-ajax-url=${url}]`)
el_f_select.classList.add('selected')
}
}
function clickONTHEAPROfileBTN (el) {