Commit 29b87aa5 by Lee Munkyeong

ボード協業から写真協業に切り替えると写真選択ができない問題対応

parent 95e6d2e1
......@@ -252,7 +252,7 @@ $(function () {
}
if (globalUserInfo.coWorkType == collaborationTypeKey.BOARD) {
isBoard = true;
globalUserInfo.coWorkType = collaborationTypeKey.CAMERA;
globalUserInfo.coWorkType = collaborationTypeKey.AUDIO;
}
hostSearchInterval();
if (collaborationJoinFlg == "1") {
......@@ -316,11 +316,6 @@ $(function () {
},
0
);
if (isBoard) {
$('#open_file_upload').on("click",function(e){
e.preventDefault();
});
}
} else {
}
break;
......
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