Minor clean up
This commit is contained in:
@@ -337,8 +337,8 @@ if ($ae_loc?.site_access_key || $ae_loc?.site_domain_access_key) {
|
||||
}
|
||||
|
||||
|
||||
if ($ae_loc?.site_cfg_json?.theme) {
|
||||
$ae_loc.theme_name = $ae_loc.site_cfg_json.theme;
|
||||
if ($ae_loc?.site_cfg_json?.theme_name) {
|
||||
$ae_loc.theme_name = $ae_loc.site_cfg_json.theme_name;
|
||||
}
|
||||
if ($ae_loc?.site_cfg_json?.theme_mode) {
|
||||
$ae_loc.theme_mode = $ae_loc.site_cfg_json.theme_mode;
|
||||
|
||||
Reference in New Issue
Block a user