Commit e8b1eec1 by Takatoshi Miura

Merge branch 'origin/bugfix_chatUI_Landscape' into 'release_sp3'

iPad横向きでチャットタブを開くと画面半分しか表示されないバグを修正

See merge request !70
parents d0055da2 7543f866
......@@ -1124,10 +1124,7 @@ CHAT_UI.refreshRoomList = function(roomType) {
default:
}
});
if (CHAT_UI.isLandscapeMode()) {
$(".chat_list").removeClass("col-12").addClass("col-6");
}
console.log('DONE');
CHAT_UI.dismissLoadingIndicator();
};
......
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