Commit 04e763a9 by Lee Munkyeong

Merge branch 'features/#553_アーカイブ詳細で自分のネームカードが表示される。' into 'release_sp3'

自分の場合ネームカードを作らないように修正。

See merge request !52
parents b2448b84 c341c7c0
......@@ -1543,6 +1543,9 @@ CHAT_UI.startVoice = function() {
CHAT_UI.makeNameCard = function(shopMemberId) {
if (CHAT.globalLoginParameter.shopMemberId == shopMemberId) {
return;
}
var nameCardInfo = CHAT_DB.getNameCardData(shopMemberId);
var namecardTemplate;
$.get({ url: "./template/template_user_name_card.html", async: false }
......
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