|
|
@ -104,6 +104,10 @@ settingsController.get = function(req, res, callback) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (isCustom && userData.settings.homePageRoute === 'none') {
|
|
|
|
|
|
|
|
isCustom = false;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
userData.homePageRoutes.push({
|
|
|
|
userData.homePageRoutes.push({
|
|
|
|
route: 'custom',
|
|
|
|
route: 'custom',
|
|
|
|
name: 'Custom',
|
|
|
|
name: 'Custom',
|
|
|
|