documentation page

This commit is contained in:
SBD
2024-07-16 13:16:56 +03:00
parent 0bfae14abc
commit 309bec8d77
4 changed files with 14 additions and 11 deletions

View File

@@ -579,7 +579,7 @@ function showContentPartTree (el) {
let $arrow = $parent.querySelector(".tree_documentation_arrow_img")
$content_part.classList.toggle("hidden")
if ($arrow.style.rotate === '0deg' || $arrow.style.rotate === ''){
$($arrow).css({rotate: '180deg'})
$($arrow).css({rotate: '90deg'})
} else {
$($arrow).css({rotate: '0deg'})
}