Commit af23971e by Kang Donghun

#42167 オフラインの時、メッセージ入力欄に表示されているplaceholder消す

parent 1b38a184
...@@ -2423,7 +2423,7 @@ CHAT_UI.refreshForOffline = function() { ...@@ -2423,7 +2423,7 @@ CHAT_UI.refreshForOffline = function() {
$('#imageInputButton').addClass('ui-state-disabled'); $('#imageInputButton').addClass('ui-state-disabled');
$('#messageSend').prop('disabled', true); $('#messageSend').prop('disabled', true);
$('#messageInput').prop('disabled', true); $('#messageInput').prop('disabled', true);
$('#messageInput').prop('placeholder', 'ネットワークに接続できません'); $('#messageInput').prop('placeholder', '');
$('#favoriteButton').prop('disabled', true); $('#favoriteButton').prop('disabled', true);
$('#roomMenu').hide(); $('#roomMenu').hide();
$('.fa-download').hide(); $('.fa-download').hide();
......
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