Commit 0e476aab by Lee Munkyeong

コード整理

parent 5bfd24ad
...@@ -2182,6 +2182,7 @@ CHAT_UI.refreshForOnline = function() { ...@@ -2182,6 +2182,7 @@ CHAT_UI.refreshForOnline = function() {
$('#favoriteButton').attr('disabled', false); $('#favoriteButton').attr('disabled', false);
$('#roomMenu').show(); $('#roomMenu').show();
$('.attach_file').show(); $('.attach_file').show();
$('.fa-download').show();
if (typeof $('#roomTitle').val() != 'undefined') { if (typeof $('#roomTitle').val() != 'undefined') {
CHAT_SOCKET.connectSocket(); CHAT_SOCKET.connectSocket();
socket.emit('exitRoom',CHAT.globalLoginParameter.roomId); socket.emit('exitRoom',CHAT.globalLoginParameter.roomId);
...@@ -2198,4 +2199,5 @@ CHAT_UI.refreshForOffline = function() { ...@@ -2198,4 +2199,5 @@ CHAT_UI.refreshForOffline = function() {
$('#favoriteButton').attr('disabled', true); $('#favoriteButton').attr('disabled', true);
$('#roomMenu').hide(); $('#roomMenu').hide();
$('.attach_file').hide(); $('.attach_file').hide();
$('.fa-download').hide();
} }
\ No newline at end of file
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</div> </div>
<div class="modal-body"> <div class="modal-body">
<div class="picture-modal"> <div class="picture-modal">
<img src="{{imgPath}}" id="modal_image"> <img src="" id="modal_image">
</div> </div>
</div> </div>
</div> </div>
......
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