From a341334734fcbeb869a9b490cff7d93d286da22e Mon Sep 17 00:00:00 2001 From: Janina Phillips Date: Thu, 18 Jun 2020 14:32:37 -0400 Subject: [PATCH] fix the language list --- assets/js/general_functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/general_functions.js b/assets/js/general_functions.js index 2f2eab0a..ac4d632b 100755 --- a/assets/js/general_functions.js +++ b/assets/js/general_functions.js @@ -258,7 +258,7 @@ window.GeneralFunctions = window.GeneralFunctions || {}; $element.popover({ placement: 'top', title: 'Select Language', - content: $languageList.html(), + content: $languageList[0], html: true, container: 'body', trigger: 'manual'