mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
Code debug
This commit is contained in:
parent
bb26a2d12c
commit
21196620b6
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
relay_host.disabled = !relay_enabled
|
relay_host.disabled = !relay_enabled
|
||||||
relay_use_auth.disabled = !relay_enabled
|
relay_use_auth.disabled = !relay_enabled
|
||||||
relay_auth_auth.disabled = !(relay_enabled && auth_enabled)
|
relay_auth_user.disabled = !(relay_enabled && auth_enabled)
|
||||||
relay_auth_pass.disabled = !(relay_enabled && auth_enabled)
|
relay_auth_pass.disabled = !(relay_enabled && auth_enabled)
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -102,6 +102,7 @@
|
|||||||
"GET",
|
"GET",
|
||||||
{},
|
{},
|
||||||
data => {
|
data => {
|
||||||
|
console.log("Hi!")
|
||||||
use_relay.checked = data.enabled
|
use_relay.checked = data.enabled
|
||||||
relay_host.value = data.host
|
relay_host.value = data.host
|
||||||
relay_use_auth.checked = data.auth_enabled
|
relay_use_auth.checked = data.auth_enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user