Turned off saving automatically when you toggle subscriptions in the AccountSettingsView, as it was triggering the PlayAccountModal to save and close.

This commit is contained in:
Scott Erickson 2014-11-25 13:32:43 -08:00
parent 0f29e098cc
commit 464f06c031
2 changed files with 10 additions and 11 deletions

View file

@ -43,7 +43,6 @@ module.exports = class AccountSettingsView extends CocoView
toggleEmailSubscriptions: =>
subs = @getSubscriptions()
$('#email-panel input[type="checkbox"]', @$el).prop('checked', not _.any(_.values(subs))).addClass('changed')
@save()
checkNameExists: =>
name = $('#name', @$el).val()