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
8a3fd7c2
Commit
8a3fd7c2
authored
Jun 01, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/43027_協業中のオフライン' into 'develop'
オフラインの時の協業終了 See merge request
!158
parents
9ad2bc0d
06755e21
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
3 deletions
+27
-3
public_new/js/chat-ui.js
+20
-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 @
8a3fd7c2
...
@@ -2563,6 +2563,26 @@ CHAT_UI.refreshForOffline = function() {
...
@@ -2563,6 +2563,26 @@ CHAT_UI.refreshForOffline = function() {
$
(
'#room_name_change_button'
).
addClass
(
'ui-state-disabled'
);
$
(
'#room_name_change_button'
).
addClass
(
'ui-state-disabled'
);
$
(
'#add_user_button'
).
addClass
(
'ui-state-disabled'
);
$
(
'#add_user_button'
).
addClass
(
'ui-state-disabled'
);
$
(
'.fa-download'
).
hide
();
$
(
'.fa-download'
).
hide
();
if
(
typeof
coview_api
==
"undefined"
)
{
return
}
var
alertString
=
""
;
if
(
g_isMainMan
)
{
alertString
=
getLocalizedString
(
"err_weak_network_exit_collaboration"
)
}
else
{
alertString
=
getLocalizedString
(
"err_weak_network_exit_collaboration"
)
}
alert
(
alertString
);
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
)
{
CHAT_UI
.
offlineHandler
=
function
(
e
)
{
...
...
public_new/js/language_en.js
View file @
8a3fd7c2
...
@@ -101,5 +101,6 @@ $.lang.en = {
...
@@ -101,5 +101,6 @@ $.lang.en = {
"err_not_exist_room"
:
"this room is not exist."
,
"err_not_exist_room"
:
"this room is not exist."
,
"norify_request_host_change"
:
"%@ request host permission
\
ndo you want to approve?"
,
"norify_request_host_change"
:
"%@ request host permission
\
ndo you want to approve?"
,
"error_send_video"
:
"Fail to send."
,
"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 @
8a3fd7c2
...
@@ -101,5 +101,6 @@ $.lang.ja = {
...
@@ -101,5 +101,6 @@ $.lang.ja = {
"err_not_exist_room"
:
"該当のルームが存在しません。"
,
"err_not_exist_room"
:
"該当のルームが存在しません。"
,
"norify_request_host_change"
:
"%@様からホスト変更リクエストがあります。
\
n承認しますか?"
,
"norify_request_host_change"
:
"%@様からホスト変更リクエストがあります。
\
n承認しますか?"
,
"error_send_video"
:
"送信に失敗しました。"
,
"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 @
8a3fd7c2
...
@@ -101,5 +101,6 @@ $.lang.ko = {
...
@@ -101,5 +101,6 @@ $.lang.ko = {
"err_not_exist_room"
:
"해당 룸이 존재하지않습니다."
,
"err_not_exist_room"
:
"해당 룸이 존재하지않습니다."
,
"norify_request_host_change"
:
"%@님이 호스트변경을 요청하셨습니다.
\
n승인하시겠습니까?"
,
"norify_request_host_change"
:
"%@님이 호스트변경을 요청하셨습니다.
\
n승인하시겠습니까?"
,
"error_send_video"
:
"전송에 실패했습니다."
,
"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