Bug in preferences would duplicate every event.

This commit is contained in:
Samuel Clay 2021-04-07 11:03:39 -04:00
parent 20fccca17c
commit 2b60f07470

View file

@ -28,7 +28,6 @@ _.extend(NEWSBLUR.ReaderPreferences.prototype, {
this.original_preferences = this.serialize_preferences();
this.$modal.bind('click', $.rescope(this.handle_click, this));
this.$modal.bind('click', $.rescope(this.handle_click, this));
},
make_modal: function() {