fix the language list

This commit is contained in:
Janina Phillips 2020-06-18 14:32:37 -04:00
parent 1bd2647b77
commit a341334734
1 changed files with 1 additions and 1 deletions

View File

@ -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'