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
d31795a8
Commit
d31795a8
authored
Apr 06, 2021
by
Kim Peace
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bugFix/#42154_crete_room_screen_default_tab' into 'release_sp3'
ルーム開設画面の最初表示修正。 See merge request
!19
parents
f9f13056
2569cb4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
public_new/chat_make_room.html
+3
-3
No files found.
public_new/chat_make_room.html
View file @
d31795a8
...
@@ -54,9 +54,9 @@
...
@@ -54,9 +54,9 @@
<!-- タブ -->
<!-- タブ -->
<div
class=
"content tabs"
>
<div
class=
"content tabs"
>
<input
id=
"tabMyGroupOnMakeRoom"
type=
"radio"
name=
"tab_item"
>
<input
id=
"tabMyGroupOnMakeRoom"
type=
"radio"
name=
"tab_item"
checked
>
<label
class=
"tab_item"
for=
"tabMyGroupOnMakeRoom"
>
マイグループ
</label>
<label
class=
"tab_item"
for=
"tabMyGroupOnMakeRoom"
>
マイグループ
</label>
<input
id=
"tabAllGroupOnMakeRoom"
type=
"radio"
name=
"tab_item"
checked
>
<input
id=
"tabAllGroupOnMakeRoom"
type=
"radio"
name=
"tab_item"
>
<label
class=
"tab_item"
for=
"tabAllGroupOnMakeRoom"
>
全グループ
</label>
<label
class=
"tab_item"
for=
"tabAllGroupOnMakeRoom"
>
全グループ
</label>
<div
class=
"tab_content"
id=
"tab1_content"
>
<div
class=
"tab_content"
id=
"tab1_content"
>
<div
class=
"chat_list"
>
<div
class=
"chat_list"
>
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
}
else
{
}
else
{
$
(
'.select_member_num'
).
text
(
'0'
);
$
(
'.select_member_num'
).
text
(
'0'
);
}
}
CHAT_UI
.
refresh
AllGroupForMakeRoom
(
groupSearchFlg
.
ROOT
);
CHAT_UI
.
refresh
MyGroupForMakeRoom
(
);
};
};
</script>
</script>
</body>
</body>
...
...
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