work on mail settings
This commit is contained in:
parent
56e86460d1
commit
6f0ef390a7
6 changed files with 36 additions and 28 deletions
|
@ -12,6 +12,9 @@ fetch('/config/get/mail', {
|
|||
document.getElementById('forwardSecrecySetting').checked = false
|
||||
}
|
||||
if (mailSettings.use_padding === false){
|
||||
document.getElementById('messagePaddingSetting').checked = false
|
||||
document.getElementById('messagePaddingSetting').checked = false
|
||||
}
|
||||
if (mailSettings.notificationSetting === false){
|
||||
document.getElementById('notificationSetting').checked = false
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue