forked from mirrors/easyappointments
fix the language list
This commit is contained in:
parent
1bd2647b77
commit
a341334734
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue