mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added autocompletion
This commit is contained in:
@ -54,7 +54,7 @@ App.Presenters.UserAccountSettingsPresenter = function(
|
||||
$el.find('form').submit(accountSettingsFormSubmitted);
|
||||
$el.find('form [name=avatar-style]').change(avatarStyleChanged);
|
||||
avatarStyleChanged();
|
||||
fileDropper = new App.Controls.FileDropper($el.find('[name=avatar-content]'), _, jQuery);
|
||||
fileDropper = new App.Controls.FileDropper($el.find('[name=avatar-content]'));
|
||||
fileDropper.onChange = avatarContentChanged;
|
||||
fileDropper.setNames = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user