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
1b15115b
Commit
1b15115b
authored
Apr 01, 2021
by
Lee Daehyun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
チャットルーム検索のルーム開設ボタン修正
parent
62c2f5a6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
public_new/chat.html
+1
-1
public_new/js/common.js
+2
-0
No files found.
public_new/chat.html
View file @
1b15115b
...
...
@@ -31,7 +31,7 @@
</div>
</div>
<div
class=
"col-4 pl-0"
>
<div
class=
"nav-item text-right"
>
<div
class=
"nav-item text-right
craeteRoomButton
"
>
<a
href=
"chat_make_room.html"
>
<img
src=
"icon/icon_make_room.png"
alt=
"ルーム開設"
>
</a>
...
...
public_new/js/common.js
View file @
1b15115b
...
...
@@ -39,6 +39,7 @@ $(function() {
$
(
'.cancel'
).
removeClass
(
'none'
);
$
(
'.search_form form'
).
addClass
(
'd-flex flex-row h-100 align-items-center'
);
$
(
'.content'
).
addClass
(
'none'
);
$
(
'.craeteRoomButton'
).
addClass
(
'none'
);
});
// 共通検索フォーム キャンセルボタン押下イベント
$
(
'.search_form .cancel'
).
click
(
function
(){
...
...
@@ -48,6 +49,7 @@ $(function() {
$
(
'.search_form form'
).
removeClass
();
$
(
'.content'
).
removeClass
(
'none'
);
$
(
'.overlay_src_msg'
).
empty
();
$
(
'.craeteRoomButton'
).
removeClass
(
'none'
);
});
$
(
'.message_input_form'
).
click
(
function
(){
...
...
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