This commit is contained in:
djmaze 2021-03-29 22:31:51 +02:00
parent 1129db3f04
commit ba982edce7
5 changed files with 53 additions and 49 deletions

View file

@ -53,7 +53,11 @@ export class GeneralAdminSettings {
this.weakPassword = rl.app.weakPassword;
// fetch('./data/VERSION?' + Math.random()).then(response => this.dataFolderAccess(response.ok));
/** https://github.com/RainLoop/rainloop-webmail/issues/1924
if (this.weakPassword) {
fetch('./data/VERSION?' + Math.random()).then(response => this.dataFolderAccess(response.ok));
}
*/
this.mainAttachmentLimit = ko
.observable(pInt(SettingsGet('AttachmentLimit')) / (1024 * 1024))