Skip to content

Commit

Permalink
Update accountPreferences.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigok authored Dec 5, 2017
1 parent 65c754c commit e66d237
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,6 @@ Template.accountPreferences.onCreated(function() {
data.unreadAlert = $('#unreadAlert').find('input:checked').val();
data.notificationsSoundVolume = parseInt($('#notificationsSoundVolume').val());
data.roomCounterSidebar = $('#roomCounterSidebar').find('input:checked').val();
data.messageCounterSidebar = $('#messageCounterSidebar').find('input:checked').val();
data.highlights = _.compact(_.map($('[name=highlights]').val().split(','), function(e) {
return s.trim(e);
}));
Expand Down

0 comments on commit e66d237

Please sign in to comment.