Commit e4c5bf51 by Lee Munkyeong

UI修正

parent 0b9baea9
......@@ -413,6 +413,8 @@ $('a[data-toggle="pill"]').on('show.bs.tab', function (e) {
$('.chatRoomIcon, #backButton, #userSelectionConfirmBtn, #newRoomName, #userSelectionDeleteBtn').hide();
$('#homeButton').show();
$('#room-search').val('');
$('#room-search').show();
$('#room_list').show();
// set Title
let roomListTitle = getLocalizedString("roomListTitle")
$('#bottomNav').show();
......@@ -429,8 +431,6 @@ $('a[data-toggle="pill"]').on('show.bs.tab', function (e) {
$("#backButton").hide();
$('.titleRoomName').show();
$('#my_info').show();
$('#room_list').hide();
$('#room-search').hide();
$('#bottomNav').show();
break;
......@@ -489,13 +489,6 @@ $('a[data-toggle="pill"]').on('hide.bs.tab', function(e) {
$('#groupListKeyword').val('');
break;
case '#pills-contact':
$('#select_user_list').html('');
$('#selectUserListKeyword').val('');
$('.titleRoomName').show();
$('.user_people').css("paddingLeft", "12%");
$('#my_info').show();
$('#room_list').hide();
$('#room-search').hide();
break;
case '#pills-user':
$('#userListKeyword').val('');
......
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 to comment