0.8.361
This commit is contained in:
@@ -73,17 +73,7 @@ function select_tab_profile (el,url,owner_type=null) {
|
||||
});
|
||||
}
|
||||
|
||||
function getInfoAboutUser (){
|
||||
let user_type = ''
|
||||
if (screen.width <= 700){
|
||||
user_type = 'mobile'
|
||||
} else if (screen.width > 1024) {
|
||||
user_type = 'dectop'
|
||||
} else if (screen.width > 700 && screen.width < 1024) {
|
||||
user_type = 'laptop'
|
||||
}
|
||||
return user_type
|
||||
}
|
||||
|
||||
|
||||
function createTicketShow () {
|
||||
$.ajax({
|
||||
@@ -867,10 +857,7 @@ function getOpenCurtain () {
|
||||
return curtains
|
||||
}
|
||||
|
||||
function getTypeOfData (data) {
|
||||
let type = typeof data
|
||||
return type
|
||||
}
|
||||
|
||||
|
||||
function getCurtainWIncreaceZindex (curtains,decreace) {
|
||||
let first = getInfoCurtain(curtains[0],'zIndex')
|
||||
|
||||
Reference in New Issue
Block a user