Small improvements

This commit is contained in:
RainLoop Team 2019-07-11 21:45:47 +03:00
parent 19d3b559da
commit 0c38f42197
13 changed files with 54 additions and 83 deletions

View file

@ -37,7 +37,6 @@ class BrandingAdminSettings {
];
});
this.loginPowered = ko.observable(!!settingsGet('LoginPowered'));
this.community = RL_COMMUNITY || AppStore.community();
}

View file

@ -90,11 +90,6 @@ class BrandingPremAdminSettings extends BrandingAdminSettings {
});
});
this.loginPowered.subscribe((value) => {
Remote.saveAdminConfig(null, {
'LoginPowered': boolToAjax(value)
});
});
}, Magics.Time50ms);
}
}