fix: call to reskin

This commit is contained in:
Barış Soner Uşaklı
2020-09-15 09:55:52 -04:00
parent b1d781e858
commit 99f24c5997

View File

@@ -31,7 +31,7 @@ define('forum/account/settings', ['forum/account/header', 'components', 'transla
});
$('#bootswatchSkin').on('change', function () {
app.reskin($(this).val());
reskin($(this).val());
});
$('[data-property="homePageRoute"]').on('change', toggleCustomRoute);