Disable language selector in static pages
This commit is contained in:
parent
884f2b465d
commit
598960d960
@ -32,6 +32,7 @@ define([
|
|||||||
});
|
});
|
||||||
return select;
|
return select;
|
||||||
};
|
};
|
||||||
|
languageSelector = languageSelector; // jshint
|
||||||
|
|
||||||
var footerCol = function (title, L, literal) {
|
var footerCol = function (title, L, literal) {
|
||||||
return h('div.col-6.col-sm-3', [
|
return h('div.col-6.col-sm-3', [
|
||||||
@ -68,7 +69,7 @@ define([
|
|||||||
footerCol(null, [
|
footerCol(null, [
|
||||||
h('div.cp-bio-foot', [
|
h('div.cp-bio-foot', [
|
||||||
h('p', Msg.main_footerText),
|
h('p', Msg.main_footerText),
|
||||||
languageSelector()
|
//languageSelector()
|
||||||
])
|
])
|
||||||
], ''),
|
], ''),
|
||||||
footerCol('footer_applications', [
|
footerCol('footer_applications', [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user