Various fixes
This commit is contained in:
parent
a807e3b71b
commit
5bed0f10ed
5 changed files with 7 additions and 7 deletions
|
@ -38,6 +38,6 @@ delegate(document, '#account_header', 'change', ({ target }) => {
|
|||
header.style.backgroundImage = `url(${url})`;
|
||||
});
|
||||
|
||||
delegate(document, '#user_setting_theme', 'change', ({ target }) => {
|
||||
delegate(document, '#user_setting_flavour, #user_setting_skin', 'change', ({ target }) => {
|
||||
target.form.submit();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue