mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
fix: call to reskin
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user