0.8.398
This commit is contained in:
@@ -88,6 +88,13 @@ function clickONTHEAPROfileBTN (el) {
|
||||
el_f_click.click()
|
||||
}
|
||||
|
||||
function changeHrefCl (el) {
|
||||
let dataset = el.dataset
|
||||
let old_href = dataset['href']
|
||||
let new_href = old_href + `?mobile=${getInfoAboutUser() === 'mobile'}`
|
||||
el.setAttribute('href',new_href)
|
||||
}
|
||||
|
||||
|
||||
function createTicketShow () {
|
||||
$.ajax({
|
||||
|
||||
Reference in New Issue
Block a user