mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 08:48:18 -05:00
Remove unused multi sr list item class.
Fixes unintentional styling class name conflict with ".sr-arrow".
This commit is contained in:
@@ -161,7 +161,6 @@ r.multi.MultiSubredditItem = Backbone.View.extend({
|
||||
},
|
||||
|
||||
render: function() {
|
||||
this.$el.addClass('sr-' + this.model.get('name'))
|
||||
this.$el.append(this.template({
|
||||
srName: this.model.get('name')
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user