fix: call to reskin

v1.18.x
Barış Soner Uşaklı 4 years ago
parent b1d781e858
commit 99f24c5997

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

Loading…
Cancel
Save