0
0
Fork 0

Various fixes

This commit is contained in:
kibigo! 2017-12-04 21:54:36 -08:00
parent a807e3b71b
commit 5bed0f10ed
5 changed files with 7 additions and 7 deletions

View file

@ -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();
});