mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 01:18:19 +01:00
Update styles to material design to match Android client (first pass)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
this.view = new Whisper.MessageListView({
|
||||
collection: this.model.messageCollection
|
||||
});
|
||||
$('#conversation-container').append(this.view.el);
|
||||
$('#header').after(this.view.el);
|
||||
//new ...({el: $(#conversation-container)})
|
||||
this.model.fetchMessages({reset: true});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user