Commit 5b99c4f2 by Lee Munkyeong

コードミス修正。

parent 5cf9fdbb
<div class="room_left chat_message" data-messageid="{{messageId}}"> <div class="room_left chat_message" data-messageid="{{messageId}}">
<figure> <figure>
<a href="#" data-toggle="modal" data-target="#profileModal1">c <a href="#" data-toggle="modal" data-target="#profileModal1">
<img src="{{profileImage}}" onError="this.src='./img/noImage.png'" onclick="CHAT_UI.makeNameCard({{shopMemberId}})"> <img src="{{profileImage}}" onError="this.src='./img/noImage.png'" onclick="CHAT_UI.makeNameCard({{shopMemberId}})">
</a> </a>
</figure> </figure>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment