fix:leftMenu 불필요 태그 삭제

TaehunPark 2022-10-31 17:54:33 +09:00
parent b507af1a8d
commit a63ebfc2f6
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@
<th:block th:if="${cat1Code.itemCd eq firstMenu.cat1Cd}"> <th:block th:if="${cat1Code.itemCd eq firstMenu.cat1Cd}">
<button class="btn btn-toggle align-items-center rounded collapsed" <button class="btn btn-toggle align-items-center rounded collapsed"
data-bs-toggle="collapse" aria-expanded="false" data-bs-toggle="collapse" aria-expanded="false"
th:data-categoryseq="${cat1Code.itemValue}"
th:data-bs-target="'#collapse'+${cat1Code.itemCd}" th:text="${cat1Code.itemValue}"> th:data-bs-target="'#collapse'+${cat1Code.itemCd}" th:text="${cat1Code.itemValue}">
</button> </button>
<div class="collapse ps-3" th:id="|collapse${cat1Code.itemCd}|"> <div class="collapse ps-3" th:id="|collapse${cat1Code.itemCd}|">