Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -2875,4 +2875,10 @@
|
||||
color: #f00;
|
||||
margin-bottom: 20px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/*b_profile_first_page*/
|
||||
|
||||
.title_b_first_page{
|
||||
margin-top: 70px;
|
||||
}
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user