Commit e4c5bf51 by Lee Munkyeong

UI修正

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