@ -3,10 +3,10 @@
define('admin/settings/homepage', ['admin/settings'], function () {
function toggleCustomRoute() {
if ($('[data-field="homePageRoute"]').val()) {
$('#homePageCustom').hide();
} else {
if ($('[data-field="homePageRoute"]').val() === 'custom') {
$('#homePageCustom').show();
}