mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-09 01:23:10 +03:00
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({
|
$element.popover({
|
||||||
placement: 'top',
|
placement: 'top',
|
||||||
title: 'Select Language',
|
title: 'Select Language',
|
||||||
content: $languageList.html(),
|
content: $languageList[0],
|
||||||
html: true,
|
html: true,
|
||||||
container: 'body',
|
container: 'body',
|
||||||
trigger: 'manual'
|
trigger: 'manual'
|
||||||
|
|
Loading…
Reference in a new issue