Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
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
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • abookCommunication
  • chat_webview
  • Merge Requests
  • !21

Merged
Opened Apr 06, 2021 by Lee Munkyeong@lee-mk 1 of 3 tasks completed1/3 tasks
  • Report abuse
Report abuse

Bug fix/#42144 contact screen

  • @kim-p
  • @kang-dh
  • @lee-dh
Edited Apr 06, 2021 by Lee Daehyun
  • Discussion 4
  • Commits 2
  • Changes 14
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Lee Munkyeong @lee-mk

    changed the description

    Apr 06, 2021

    changed the description

    changed the description
    Toggle commit list
  • Lee Munkyeong @lee-mk

    assigned to @kang-dh

    Apr 06, 2021

    assigned to @kang-dh

    assigned to @kang-dh
    Toggle commit list
  • Lee Munkyeong @lee-mk

    assigned to @lee-dh

    Apr 06, 2021

    assigned to @lee-dh

    assigned to @lee-dh
    Toggle commit list
  • Lee Munkyeong @lee-mk

    merged

    Apr 06, 2021

    merged

    merged
    Toggle commit list
  • Lee Munkyeong @lee-mk

    mentioned in commit f4dcc293

    Apr 06, 2021

    mentioned in commit f4dcc293

    mentioned in commit f4dcc29332ed4cbaf421fe90646bd9e10ee785d9
    Toggle commit list
  • Lee Daehyun
    @lee-dh started a discussion on the diff Apr 06, 2021
    public_new/js/chat-add-user.js
    1 1 $(function() {
    2 2 // メンバー検索
    3 3
    4 $('#chat_add_user .search_form input[type="search"]').keyup(function(){
    4 $('#chat_add_user .search_form input[type="search"]').keyup(function(e){
    • Lee Daehyun @lee-dh commented Apr 06, 2021
      Developer

      {インデントを合わしてください

      `{`インデントを合わしてください
    Please register or sign in to reply
  • Lee Daehyun
    @lee-dh started a discussion on the diff Apr 06, 2021
    public_new/js/chat.js
    338 338 });
    339 339
    340 340 // チャットメンバー検索
    341 $('#chat .search_form input[type="search"]').keyup(function(){
    341 $('#chat .search_form input[type="search"]').keyup(function(e){
    • Lee Daehyun @lee-dh commented Apr 06, 2021
      Developer

      {インデントを合わしてください

      `{`インデントを合わしてください
    Please register or sign in to reply
  • Lee Daehyun
    @lee-dh started a discussion on the diff Apr 06, 2021
    public_new/js/chat.js
    385 391 let obj = jQuery.parseHTML(html);
    386 392 $('.overlay_src_msg').append(obj);
    387 393 });
    394
    395 if (rooms.length == 0) {
    396 const noResultMsg = $('<div/>',{width:'auto', style:'text-align: center'});
    • Lee Daehyun @lee-dh commented Apr 06, 2021
      Developer

      ,スペースを合わしてください

      `,`スペースを合わしてください
    Please register or sign in to reply
  • Lee Daehyun
    @lee-dh started a discussion on the diff Apr 06, 2021
    public_new/js/chat.js
    392 405
    393 // ルームメンバー検索
    394 $('#chat_room .search_form input[type="search"]').keyup(function(){
    395 $.ajax({
    396 url: 'search_message_user_list.html',
    397 type: 'POST',
    398 datatype: 'html'
    399 }).done(function (data) {
    400 $('.overlay_src_msg').html(data);
    401 })
    402 });
    403 406
    404 407 // チャットルーム
    405 408 // メッセージ検索イベント
    406 $('.chat_room_src_form input[type="search"]').keyup(function(){
    409 $('.chat_room_src_form input[type="search"]').keyup(function(e){
    • Lee Daehyun @lee-dh commented Apr 06, 2021
      Developer

      {インデントを合わしてください

      `{`インデントを合わしてください
    Please register or sign in to reply
  • Lee Daehyun @lee-dh

    marked the task @lee-dh as completed

    Apr 06, 2021

    marked the task @lee-dh as completed

    marked the task **@lee-dh** as completed
    Toggle commit list
  • Lee Daehyun @lee-dh

    assigned to @lee-mk

    Apr 06, 2021

    assigned to @lee-mk

    assigned to @lee-mk
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Lee Munkyeong
Assignee
Lee Munkyeong @lee-mk
Assign to
None
Milestone
None
Assign milestone
Time tracking
4
4 participants
Reference: abookCommunication/chat_webview!21
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.