Commit b4450c27 by Lee Munkyeong

43084追加対応

parent 1ee8ba00
...@@ -199,11 +199,15 @@ $(function () { ...@@ -199,11 +199,15 @@ $(function () {
}) })
$('#captureBtn').click(function () { $('#captureBtn').click(function () {
if ($('#recordBtn').hasClass('bg_red')) {
screenLock(); screenLock();
recordStop(function() { recordStop(function() {
$('#screenLock').remove(); $('#screenLock').remove();
coview_api.Capture(CMS_SERVER_URL + '/chatapi/file/uploadArchive'); coview_api.Capture(CMS_SERVER_URL + '/chatapi/file/uploadArchive');
}); });
} else {
coview_api.Capture(CMS_SERVER_URL + '/chatapi/file/uploadArchive');
}
}) })
$('#captureRequestBtn').click(function () { $('#captureRequestBtn').click(function () {
......
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