You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/08 13:41:46 UTC

[incubator-ponymail-foal] 01/02: Oops, wrong name

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git

commit 6813ee5d83dd4c7c7302d5247c1017e26509dd75
Author: Sebb <se...@apache.org>
AuthorDate: Sat Jan 8 13:39:01 2022 +0000

    Oops, wrong name
---
 webui/js/source/aavariables.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/js/source/aavariables.js b/webui/js/source/aavariables.js
index 4fcaf74..80c8353 100644
--- a/webui/js/source/aavariables.js
+++ b/webui/js/source/aavariables.js
@@ -69,8 +69,8 @@ const PONYMAIL_TIME_FORMAT = { timeStyle: 'long'}; // ensure TZ is shown
 
 let G_collated_json = {};
 
-if (pm_config.G_apiURL) {
-    G_apiURL = pm_config.G_apiURL;
+if (pm_config.apiURL) {
+    G_apiURL = pm_config.apiURL;
     console.log("Setting API URL to " + G_apiURL);
 }