Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chat_webview
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abookCommunication
chat_webview
Commits
4acb8d62
Commit
4acb8d62
authored
Jun 01, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
オフラインの時の協業終了
parent
8a8590e8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
3 deletions
+38
-3
public_new/js/chat-ui.js
+31
-0
public_new/js/language_en.js
+2
-1
public_new/js/language_ja.js
+3
-1
public_new/js/language_ko.js
+2
-1
No files found.
public_new/js/chat-ui.js
View file @
4acb8d62
...
...
@@ -2563,6 +2563,37 @@ CHAT_UI.refreshForOffline = function() {
$
(
'#room_name_change_button'
).
addClass
(
'ui-state-disabled'
);
$
(
'#add_user_button'
).
addClass
(
'ui-state-disabled'
);
$
(
'.fa-download'
).
hide
();
if
(
typeof
coview_api
!=
"undefined"
)
{
if
(
g_isMainMan
)
{
alert
(
getLocalizedString
(
"err_weak_network_exit_collaboration"
));
if
(
collaborationJoinFlg
!=
'2'
)
{
CHAT_UI
.
joinRoom
(
CHAT
.
globalLoginParameter
.
roomId
,
CHAT
.
globalLoginParameter
.
name
);
}
else
{
if
(
typeof
android
!=
"undefined"
)
{
android
.
openCommunicationHome
();
}
else
{
webkit
.
messageHandlers
.
openCommunicationHome
.
postMessage
({});
}
}
}
else
{
alert
(
getLocalizedString
(
"inform_exit_host_collaboration"
));
if
(
collaborationJoinFlg
!=
'2'
)
{
CHAT_UI
.
joinRoom
(
CHAT
.
globalLoginParameter
.
roomId
,
CHAT
.
globalLoginParameter
.
name
);
}
else
{
if
(
typeof
android
!=
"undefined"
)
{
android
.
openCommunicationHome
();
}
else
{
webkit
.
messageHandlers
.
openCommunicationHome
.
postMessage
({});
}
}
}
}
}
CHAT_UI
.
offlineHandler
=
function
(
e
)
{
...
...
public_new/js/language_en.js
View file @
4acb8d62
...
...
@@ -101,5 +101,6 @@ $.lang.en = {
"err_not_exist_room"
:
"this room is not exist."
,
"norify_request_host_change"
:
"%@ request host permission
\
ndo you want to approve?"
,
"error_send_video"
:
"Fail to send."
,
"already_processing_host_request"
:
"already processing host request"
"already_processing_host_request"
:
"already processing host request"
,
"err_weak_network_exit_collaboration"
:
"network is weak. end Collaboration"
}
public_new/js/language_ja.js
View file @
4acb8d62
...
...
@@ -101,5 +101,6 @@ $.lang.ja = {
"err_not_exist_room"
:
"該当のルームが存在しません。"
,
"norify_request_host_change"
:
"%@様からホスト変更リクエストがあります。
\
n承認しますか?"
,
"error_send_video"
:
"送信に失敗しました。"
,
"already_processing_host_request"
:
"既にホストリクエストが進行中です。"
"already_processing_host_request"
:
"既にホストリクエストが進行中です。"
,
"err_weak_network_exit_collaboration"
:
"ネットワーク信号が弱いです。協業を終了します。"
}
\ No newline at end of file
public_new/js/language_ko.js
View file @
4acb8d62
...
...
@@ -101,5 +101,6 @@ $.lang.ko = {
"err_not_exist_room"
:
"해당 룸이 존재하지않습니다."
,
"norify_request_host_change"
:
"%@님이 호스트변경을 요청하셨습니다.
\
n승인하시겠습니까?"
,
"error_send_video"
:
"전송에 실패했습니다."
,
"already_processing_host_request"
:
"이미 호스트요청이 진행중입니다."
"already_processing_host_request"
:
"이미 호스트요청이 진행중입니다."
,
"err_weak_network_exit_collaboration"
:
"네트워크신호가 약합니다. 협업을 정리하겠습니다."
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment