0.8.397
This commit is contained in:
@@ -82,7 +82,11 @@ function select_tab_profile (el,url,owner_type=null) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
function clickONTHEAPROfileBTN (el) {
|
||||||
|
let parent = el.parentNode
|
||||||
|
let el_f_click = parent.querySelector(".text_btn_profile")
|
||||||
|
el_f_click.click()
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
function createTicketShow () {
|
function createTicketShow () {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<div
|
<div
|
||||||
{% if dom_id %}id="{{ dom_id }}"{% endif %}
|
{% if dom_id %}id="{{ dom_id }}"{% endif %}
|
||||||
{% if ajax_url and page_type == 'profile' %}onclick="select_tab_profile(this,'{{ ajax_url }}'{% if owner_type %},'{{ owner_type }}'{% endif %})"{% endif %}
|
{% if ajax_url and page_type == 'profile' %}onclick="select_tab_profile(this,'{{ ajax_url }}'{% if owner_type %},'{{ owner_type }}'{% endif %})"{% else %}onclick="clickONTHEAPROfileBTN(this)"{% endif %}
|
||||||
{% if page_name == sel_page_name %}
|
{% if page_name == sel_page_name %}
|
||||||
class="selected"
|
class="selected"
|
||||||
{% endif %} >
|
{% endif %} >
|
||||||
|
|||||||
Reference in New Issue
Block a user