From 4ab1826ee9324d497148ec2b423d601745f53cd3 Mon Sep 17 00:00:00 2001 From: Andre D Date: Tue, 25 Mar 2014 15:21:15 -0400 Subject: [PATCH] saved.js: Remove extra show() call. --- r2/r2/public/static/js/saved.js | 1 - 1 file changed, 1 deletion(-) diff --git a/r2/r2/public/static/js/saved.js b/r2/r2/public/static/js/saved.js index ede67b42b..821f3d43c 100644 --- a/r2/r2/public/static/js/saved.js +++ b/r2/r2/public/static/js/saved.js @@ -44,7 +44,6 @@ r.saved.SaveDialog = r.ui.Bubble.extend({ r.ui.Bubble.prototype.initialize.apply(this) r.saved.categories.fetchOnce().then(_.bind(this.show, this)) $('body').on('click.savedialog', _.bind(this.hideNow, this)) - this.listenTo(r.saved.categories, 'sync', this.show) }, hideNow: function() {