mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Bug in preferences would duplicate every event.
This commit is contained in:
parent
20fccca17c
commit
2b60f07470
1 changed files with 0 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue