mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 08:48:18 -05:00
Force parsed subreddit name to be a string.
This commit is contained in:
@@ -370,7 +370,7 @@ r.multi.SubscribeButton = Backbone.View.extend({
|
||||
this.bubble = new r.multi.MultiSubscribeBubble({
|
||||
parent: this.$el,
|
||||
group: this.options.bubbleGroup,
|
||||
srName: this.$el.data('sr_name')
|
||||
srName: String(this.$el.data('sr_name'))
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user