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
1886ae14
Commit
1886ae14
authored
Aug 18, 2021
by
Kim Peace
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bug/#43946_room_create_zero_selected' into debug/console_logs
parents
c0ac2886
56f6dafa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
public_new/chat_add_user.html
+1
-1
public_new/chat_make_room.html
+1
-1
public_new/js/views/chats/management/chat-add-user.js
+2
-3
No files found.
public_new/chat_add_user.html
View file @
1886ae14
...
...
@@ -119,7 +119,7 @@
</ul>
</div>
<!-- ルーム解説ボタン -->
<div
class=
"make_room_confirm_btn
content
"
id=
"addUserConfirmBtn"
>
<div
class=
"make_room_confirm_btn"
id=
"addUserConfirmBtn"
>
<button
type=
"button"
name=
"button"
>
確認
<br>
<span
class=
"select_member_num"
></span><span
class=
"select_member"
>
名 選択中
</span></button>
...
...
public_new/chat_make_room.html
View file @
1886ae14
...
...
@@ -120,7 +120,7 @@
</div>
<!-- ルーム解説ボタン -->
<div
class=
"make_room_confirm_btn
content
"
id=
"makeRoomConfirmBtn"
>
<div
class=
"make_room_confirm_btn"
id=
"makeRoomConfirmBtn"
>
<button
type=
"button"
name=
"button"
>
ルーム開設
<br>
<span
class=
"select_member_num"
></span><span
class=
"select_member"
>
名 選択中
</span></button>
...
...
public_new/js/views/chats/management/chat-add-user.js
View file @
1886ae14
...
...
@@ -44,7 +44,7 @@ ChatAddUser.searchUser = function (keyword) {
}
else
{
const
userList
=
NativeBridgeDataSource
.
getMyGroupShopMemberNotInRoomByName
(
keyword
);
searchUserData
(
userList
,
overlayMessage
);
ChatAddUser
.
searchUserData
(
userList
,
overlayMessage
);
hasNoData
=
userList
.
length
==
0
;
}
// Set NoResult
...
...
@@ -382,4 +382,4 @@ ChatAddUser.toggleCategory = function (category) {
console
.
log
(
"peacekim:: ChatAddUser.toggleCategory"
);
$
(
category
).
toggleClass
(
"open"
);
$
(
category
).
next
().
slideToggle
();
};
\ 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