mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Fix #430
This commit is contained in:
parent
72323c683e
commit
7d66ae23eb
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ Template[getTemplate('user_edit')].events({
|
|||
"profile.notifications.users": $('input[name=notifications_users]:checked').length, // only actually used for admins
|
||||
"profile.notifications.posts": $('input[name=notifications_posts]:checked').length,
|
||||
"profile.notifications.comments": $('input[name=notifications_comments]:checked').length,
|
||||
"profile.notifications.replies": $('input[name=notifications_replies]:checked').length,
|
||||
"inviteCount": parseInt($target.find('[name=inviteCount]').val())
|
||||
"profile.notifications.replies": $('input[name=notifications_replies]:checked').length
|
||||
};
|
||||
|
||||
var old_password = $target.find('[name=old_password]').val();
|
||||
|
|
Loading…
Add table
Reference in a new issue