Disable language selector in static pages

This commit is contained in:
yflory 2018-05-28 11:01:03 +02:00
parent 884f2b465d
commit 598960d960

View File

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