From d9b13ca3b09c640771a32575afea2e10df034c61 Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 16 Mar 2021 17:16:01 +0100 Subject: [PATCH] Fix variable name --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 0c0059e13..b46299b4c 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1758,7 +1758,7 @@ define([ // XXX Admin panel overrides AppConfig // If you set "" in the admin panel, it will remove the AppConfig survey - var surveyURL = typeof(ApiConfig.surveyURL) !== "undefined" ? ApiConfig.surveyURL + var surveyURL = typeof(Config.surveyURL) !== "undefined" ? Config.surveyURL : AppConfig.surveyURL; if (surveyURL) { options.push({