Commit cebd3348 by Lee Munkyeong

コード整理

parent 7415f7e3
...@@ -321,7 +321,6 @@ document.addEventListener("DOMContentLoaded", function () { ...@@ -321,7 +321,6 @@ document.addEventListener("DOMContentLoaded", function () {
newMeetingId: joinMeetingId, newMeetingId: joinMeetingId,
}); });
} else if (data.type === "GET_COLLABORATION_TYPE_RESPONSE") { } else if (data.type === "GET_COLLABORATION_TYPE_RESPONSE") {
console.log('------------------123123123--------------------------------------------------------');
console.log(data.payload.newMeetingId); console.log(data.payload.newMeetingId);
if (data.payload.loginId == globalUserInfo.loginId) { if (data.payload.loginId == globalUserInfo.loginId) {
if ( if (
......
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