mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Changed file dropper to autodetect "allowmultiple"
This commit is contained in:
@ -52,7 +52,7 @@ App.Presenters.UserAccountSettingsPresenter = function(
|
||||
$el.find('form').submit(accountSettingsFormSubmitted);
|
||||
$el.find('form [name=avatar-style]').change(avatarStyleChanged);
|
||||
avatarStyleChanged();
|
||||
new App.Controls.FileDropper($el.find('[name=avatar-content]'), false, avatarContentChanged, jQuery);
|
||||
new App.Controls.FileDropper($el.find('[name=avatar-content]'), avatarContentChanged, jQuery);
|
||||
}
|
||||
|
||||
function getPrivileges() {
|
||||
|
Reference in New Issue
Block a user