mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove unused view
// FREEBIE
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
window.Whisper = window.Whisper || {};
|
||||
|
||||
Whisper.EndSessionView = Whisper.View.extend({
|
||||
tagName: 'div',
|
||||
className: 'end-session',
|
||||
templateName: 'message',
|
||||
render_attributes: function() {
|
||||
return { text: i18n('sessionEnded') };
|
||||
}
|
||||
});
|
||||
|
||||
})();
|
||||
@@ -454,12 +454,6 @@ li.entry .error-icon-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.end-session {
|
||||
font: small;
|
||||
font-style: italic;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.bubble .content.error-message {
|
||||
cursor: pointer;
|
||||
font-style: italic;
|
||||
|
||||
@@ -1192,11 +1192,6 @@ li.entry .error-icon-container {
|
||||
.message-container .outgoing .avatar,
|
||||
.message-list .outgoing .avatar {
|
||||
display: none; }
|
||||
.message-container .end-session,
|
||||
.message-list .end-session {
|
||||
font: small;
|
||||
font-style: italic;
|
||||
opacity: 0.8; }
|
||||
.message-container .bubble .content.error-message,
|
||||
.message-list .bubble .content.error-message {
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user