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
22eccd64
Commit
22eccd64
authored
Jul 29, 2021
by
Kim Peace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed to request collaboration
parent
00a8e77e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
public_new/js/views/collaboration/collaboration.js
+1
-0
public_new/modal_collabo_profile.html
+1
-1
No files found.
public_new/js/views/collaboration/collaboration.js
View file @
22eccd64
...
...
@@ -130,6 +130,7 @@ CollaborationUI.makeNameCard = function (shopMemberID) {
isFavorite
:
nameCardInfo
.
isFavorite
,
isHost
:
isCollaborationHost
,
whosHost
:
whosHost
,
collaborationId
:
globalUserInfo
.
shopName
+
"_"
+
nameCardInfo
.
loginId
,
});
let
namecardObj
=
$
(
jQuery
.
parseHTML
(
namecardHTML
)).
on
(
...
...
public_new/modal_collabo_profile.html
View file @
22eccd64
...
...
@@ -38,7 +38,7 @@
{{/isFavorite}}
{{#isHost}}
<button
type=
"button"
class=
"ch_host_btn border-0 bg_green text_white"
onclick=
"FermiWebSocketBridge.requestHostChange('{{
logi
nId}}');"
>
onclick=
"FermiWebSocketBridge.requestHostChange('{{
collaboratio
nId}}');"
>
<div
class=
"d-flex flex-column"
>
<div
class=
"img_wrap"
>
<img
src=
"icon/icon_change_host.svg"
alt=
"ホスト変更"
>
...
...
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