parent
66fb673e6a
commit
c526dbda5f
8 changed files with 35 additions and 8 deletions
|
@ -49,7 +49,7 @@
|
|||
})
|
||||
);
|
||||
|
||||
twemoji.parse(this.el, { base: '/components/twemoji/', size: 16 });
|
||||
twemoji.parse(this.el, { base: '/images/twemoji/', size: 16 });
|
||||
|
||||
var unread = this.model.get('unreadCount');
|
||||
if (unread > 0) {
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
})
|
||||
);
|
||||
|
||||
twemoji.parse(this.el, { base: '/components/twemoji/', size: 16 });
|
||||
twemoji.parse(this.el, { base: '/images/twemoji/', size: 16 });
|
||||
|
||||
var content = this.$el.find('.content');
|
||||
content.html(this.autoLink(content.html()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue