mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Changed access rank <select> to radio boxes
This commit is contained in:
@ -106,7 +106,7 @@ App.Presenters.UserAccountSettingsPresenter = function(
|
||||
formData.passwordConfirmation = $el.find('[name=passwordConfirmation]').val();
|
||||
}
|
||||
if (privileges.canChangeAccessRank) {
|
||||
formData.accessRank = $el.find('[name=access-rank]').val();
|
||||
formData.accessRank = $el.find('[name=access-rank]:checked').val();
|
||||
}
|
||||
|
||||
if (!validateAccountSettingsFormData(formData)) {
|
||||
|
Reference in New Issue
Block a user