Skip to content

Commit 5fb2f5f

Browse files
committed
Update m_kkutu.html
1 parent 3b36ff4 commit 5fb2f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/resources/templates/view/kkutu/m_kkutu.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1071,9 +1071,9 @@ <h5 class="product-title">
10711071
</div>
10721072
<div class="product-body">
10731073
<div id="Chat"></div>
1074-
<input class="chat-input" id="Talk" maxlength="180" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" inputmode="text"
1074+
<input class="chat-input" id="Talk" maxlength="180" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
10751075
style="display:none;visibility:hidden;">
1076-
<input class="chat-input" id="MessageInput" maxlength="180" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" inputmode="text">
1076+
<input class="chat-input" id="MessageInput" maxlength="180" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false">
10771077
<button id="ChatBtn" th:text="#{kkutu.product.chat.sendBtn}"></button>
10781078
</div>
10791079
</div>

0 commit comments

Comments
 (0)