0
0
Fork 0

Moved flavour UI into own prefs tab

This commit is contained in:
kibigo! 2017-12-10 17:56:17 -08:00
parent 08b0861b96
commit dabf66e676
11 changed files with 68 additions and 15 deletions

View file

@ -37,7 +37,3 @@ delegate(document, '#account_header', 'change', ({ target }) => {
header.style.backgroundImage = `url(${url})`;
});
delegate(document, '#user_setting_flavour, #user_setting_skin', 'change', ({ target }) => {
target.form.submit();
});