mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
don't show the lng select if there is only 1 lang to show
This commit is contained in:
parent
7c2beb5d2d
commit
f75838b353
1 changed files with 15 additions and 14 deletions
|
@ -13,6 +13,7 @@ footer.site-footer
|
||||||
|
|
||||||
|
|
||||||
.col-md-3
|
.col-md-3
|
||||||
|
if Object.keys(settings.i18n.subdomainLang).length > 1
|
||||||
.dropdown.dropup.subdued
|
.dropdown.dropup.subdued
|
||||||
a.dropdown-toggle(
|
a.dropdown-toggle(
|
||||||
href="#",
|
href="#",
|
||||||
|
|
Loading…
Reference in a new issue