get frontend rendering with new markup/css
This commit is contained in:
parent
518bdb2056
commit
95c31629b7
6 changed files with 51 additions and 22 deletions
|
@ -5,11 +5,11 @@ var Whisper = Whisper || {};
|
|||
|
||||
Whisper.MessageListView = Whisper.ListView.extend({
|
||||
tagName: 'ul',
|
||||
className: 'messages',
|
||||
className: 'discussion',
|
||||
itemView: Whisper.MessageView,
|
||||
|
||||
render: function() {
|
||||
$('#main .message-container').html('').append(this.el);
|
||||
$('#discussion').html('').append(this.el);
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue