File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -475,6 +475,7 @@ kkutu.js.noSwearing=비속어 사용을 자제해 주세요!
475
475
kkutu.js.drawObtain =획득한 아이템은 왼쪽 하단 <strong>프로필</strong>을 누른 후 <strong>프로필 관리</strong> 단추를 눌러서 사용할 수 있습니다.
476
476
kkutu.js.canGainXP =경험치를 획득할 수 있어요.
477
477
kkutu.js.inviteSent =에게 친구 추가 요청을 전송하였습니다.
478
+ kkutu.js.noAdminInfo =운영자 계정의 정보는 조회할 수 없습니다.
478
479
kkutu.menu.help =<i class='fa-solid fa-question-circle'></i>
479
480
kkutu.menu.setting =<i class='fa-solid fa-gear'></i>
480
481
kkutu.menu.community =<i class='fa-solid fa-user-friends'></i>
Original file line number Diff line number Diff line change @@ -475,6 +475,7 @@ kkutu.js.noSwearing=비속어 사용을 자제해 주세요!
475
475
kkutu.js.drawObtain =획득한 아이템은 왼쪽 하단 <strong>프로필</strong>을 누른 후 <strong>프로필 관리</strong> 단추를 눌러서 사용할 수 있습니다.
476
476
kkutu.js.canGainXP =경험치를 획득할 수 있어요.
477
477
kkutu.js.inviteSent =에게 친구 추가 요청을 전송하였습니다.
478
+ kkutu.js.noAdminInfo =운영자 계정의 정보는 조회할 수 없습니다.
478
479
kkutu.menu.help =<i class='fa-solid fa-question-circle'></i>
479
480
kkutu.menu.setting =<i class='fa-solid fa-gear'></i>
480
481
kkutu.menu.community =<i class='fa-solid fa-user-friends'></i>
Original file line number Diff line number Diff line change @@ -306,6 +306,7 @@ <h4 th:text="#{kkutu.dialog.room.room-title}"></h4>
306
306
< div class ="dialog-bar ">
307
307
< h4 th:text ="#{kkutu.dialog.room.password} "> </ h4 >
308
308
< input id ="room-pw " maxlength ="24 " th:placeholder ="#{kkutu.dialog.room.password.placeholder} " type ="password ">
309
+ < input id ="room-id " maxlength ="20 " style ="width:1px;height:1px; ">
309
310
</ div >
310
311
< div class ="dialog-bar ">
311
312
< h4 th:text ="#{kkutu.dialog.room.user-limit} "> </ h4 >
@@ -1072,8 +1073,8 @@ <h5 class="product-title">
1072
1073
< div class ="product-body ">
1073
1074
< div id ="Chat "> </ div >
1074
1075
< input class ="kwjuJw2M " id ="Talk " maxlength ="180 " autocomplete ="off " autocorrect ="off " autocapitalize ="off " spellcheck ="false "
1075
- style ="display:none;visibility:hidden; ">
1076
- < input class ="kwjuJw2M " id ="MessageInput " maxlength ="180 " autocomplete ="off " autocorrect ="off " autocapitalize ="off " spellcheck ="false ">
1076
+ style ="display:none;visibility:hidden; " readonly >
1077
+ < input class ="kwjuJw2M " id ="MessageInput " maxlength ="180 " autocomplete ="off " autocorrect ="off " autocapitalize ="off " spellcheck ="false " readonly >
1077
1078
< button id ="ChatBtn " th:text ="#{kkutu.product.chat.sendBtn} "> </ button >
1078
1079
</ div >
1079
1080
</ div >
You can’t perform that action at this time.
0 commit comments