|
@@ -113,8 +113,7 @@
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
@if ($message->is_removed)
|
|
@if ($message->is_removed)
|
|
- <div class="im-message-content text-secondary font-italic">This
|
|
|
|
- message was removed.</div>
|
|
|
|
|
|
+ <div class="im-message-content text-secondary font-italic">Message removed.</div>
|
|
@else
|
|
@else
|
|
@if (in_array($message->content_text, ['IV1', 'LH_WEBCAM_INTRO_1']))
|
|
@if (in_array($message->content_text, ['IV1', 'LH_WEBCAM_INTRO_1']))
|
|
<div style="max-width: 500px">
|
|
<div style="max-width: 500px">
|
|
@@ -368,7 +367,7 @@
|
|
uid: $(this).attr('data-message-uid')
|
|
uid: $(this).attr('data-message-uid')
|
|
}, () => {
|
|
}, () => {
|
|
$(this).closest('.im-message').html(
|
|
$(this).closest('.im-message').html(
|
|
- '<div class="im-message-content text-secondary font-italic">This message was removed.</div>'
|
|
|
|
|
|
+ '<div class="im-message-content text-secondary font-italic">Message removed.</div>'
|
|
);
|
|
);
|
|
}, 'json');
|
|
}, 'json');
|
|
return false;
|
|
return false;
|