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
cf1c8b9e
Commit
cf1c8b9e
authored
May 17, 2021
by
Lee Munkyeong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
写真共有ボタンがホストのみ表示されるように変更
parent
1da67af8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
public_new/collaboration_picture.html
+1
-1
public_new/js/share.js
+7
-0
No files found.
public_new/collaboration_picture.html
View file @
cf1c8b9e
...
...
@@ -78,7 +78,7 @@
<button
type=
"button"
name=
"button"
class=
"footer_menu_btn"
></button>
<div
class=
"footer_menu-wrap d-flex justify-content-around h-100"
>
<div
class=
"d-flex align-items-center h-100"
>
<div
class=
"footer_menu_item"
>
<div
class=
"footer_menu_item
photo_select_button
"
>
<a
href=
"#"
>
<div
class=
"img_wrap bg_blue"
id=
"photo_open_place_holder"
>
<img
src=
"icon/icon_collabo_picture.png"
alt=
"写真"
>
...
...
public_new/js/share.js
View file @
cf1c8b9e
...
...
@@ -169,6 +169,7 @@ $(function () {
isBoard
=
true
;
globalUserInfo
.
coWorkType
=
collaborationTypeKey
.
CAMERA
;
}
hostSearchInterval
();
if
(
collaborationJoinFlg
==
"1"
)
{
coview_api
.
JoinRoom
(
globalUserInfo
.
roomId
,
globalUserInfo
.
coWorkType
);
if
(
isDocument
)
{
...
...
@@ -368,6 +369,11 @@ function hostSearchInterval() {
}
}
}
if
(
g_isMainMan
)
{
$
(
".photo_select_button"
).
removeClass
(
"none"
);
}
else
{
$
(
".photo_select_button"
).
addClass
(
"none"
);
}
}
timeInterval
=
setInterval
(
hostSearch
,
3000
);
}
\ No newline at end of file
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