From 68768ed1126df701c1074cd1cfaa7c5c69a74fbb Mon Sep 17 00:00:00 2001 From: David Duque Date: Wed, 15 Apr 2020 18:01:33 +0100 Subject: [PATCH] Fix attempt --- management/templates/smtp-relays.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/templates/smtp-relays.html b/management/templates/smtp-relays.html index b50d336c..85ec1603 100644 --- a/management/templates/smtp-relays.html +++ b/management/templates/smtp-relays.html @@ -97,7 +97,7 @@ relay_auth_pass.disabled = !(relay_enabled && auth_enabled) } - api( + $(api( "/system/smtp/relay", "GET", {}, @@ -111,5 +111,5 @@ checkfields() } - ) + ))