mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 00:38:11 -05:00
Listen to correct event to update subscribe bubble when data loads.
This commit is contained in:
@@ -175,7 +175,7 @@ r.multi.MultiSubscribeBubble = r.ui.Bubble.extend({
|
||||
|
||||
initialize: function() {
|
||||
this.on('show', this.load, this)
|
||||
this.listenTo(r.multi.mine, 'reset', this.render)
|
||||
this.listenTo(r.multi.mine, 'reset add', this.render)
|
||||
r.ui.Bubble.prototype.initialize.apply(this)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user