Remove unused view

// FREEBIE
This commit is contained in:
lilia 2016-08-24 15:08:33 -07:00
parent 645e05c2b9
commit 9fa7e7f462
3 changed files with 0 additions and 29 deletions

View file

@ -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') };
}
});
})();

View file

@ -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;

View file

@ -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;