Skip to content

Commit

Permalink
Update retort-picker.js.es6
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Sep 18, 2017
1 parent f10704d commit 1222c44
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions assets/javascripts/discourse/components/retort-picker.js.es6
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ import { emojiUrlFor } from 'discourse/lib/text'
const siteSettings = Discourse.SiteSettings

export default EmojiPicker.extend({
show() {
this.didInsertElement();
this._super();
},

close() {
this._super();
this.willDestroyElement();
},

_scrollTo() {
if (siteSettings.retort_limited_emoji_set) {
return
Expand Down

0 comments on commit 1222c44

Please sign in to comment.