0.0.349
This commit is contained in:
@@ -791,8 +791,8 @@ function closeOverlay () {
|
||||
// nothing to do
|
||||
} else {
|
||||
let overlay = document.querySelector(".block_overlay")
|
||||
overlay.classList.toggle('hidden')
|
||||
overlay.classList.toggle('show')
|
||||
overlay.classList.add('hidden')
|
||||
overlay.classList.remove('show')
|
||||
}
|
||||
}
|
||||
|
||||
@@ -816,6 +816,8 @@ function getInfoCurtain (curtain,zIndex,name) {
|
||||
let type_curt = getTypeOfData(curtain)
|
||||
if (curtain[0] && type_curt === 'object'){
|
||||
curtain_f_w = curtain[0]
|
||||
} else {
|
||||
curtain_f_w = curtain
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user