|
|
@@ -491,8 +491,8 @@
|
|
|
<script th:inline="javascript">
|
|
|
// 버튼 클래스 설정
|
|
|
$.each($('.btn_count'), function(idx, item) {
|
|
|
- if ($(item).children().length > 3 && !$(item).hasClass('type1')) {
|
|
|
- $(item).addClass('type1');
|
|
|
+ if ($(item).children().length > 3 && !$(item).hasClass('col2')) {
|
|
|
+ $(item).addClass('col2');
|
|
|
}
|
|
|
});
|
|
|
</script>
|