Skip to content

Commit

Permalink
fix: call to reskin
Browse files Browse the repository at this point in the history
  • Loading branch information
barisusakli committed Sep 15, 2020
1 parent b1d781e commit 99f24c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/client/account/settings.js
Expand Up @@ -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);
Expand Down

0 comments on commit 99f24c5

Please sign in to comment.