Remove unused view
// FREEBIE
This commit is contained in:
parent
645e05c2b9
commit
9fa7e7f462
3 changed files with 0 additions and 29 deletions
|
@ -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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.end-session {
|
|
||||||
font: small;
|
|
||||||
font-style: italic;
|
|
||||||
opacity: 0.8;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bubble .content.error-message {
|
.bubble .content.error-message {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
|
|
@ -1192,11 +1192,6 @@ li.entry .error-icon-container {
|
||||||
.message-container .outgoing .avatar,
|
.message-container .outgoing .avatar,
|
||||||
.message-list .outgoing .avatar {
|
.message-list .outgoing .avatar {
|
||||||
display: none; }
|
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-container .bubble .content.error-message,
|
||||||
.message-list .bubble .content.error-message {
|
.message-list .bubble .content.error-message {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Reference in a new issue