add footer to homepage

This commit is contained in:
ansuz
2018-07-19 17:39:21 +02:00
parent 2be78deb93
commit 97142b2b32

View File

@@ -32,7 +32,6 @@ 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', [
@@ -633,6 +632,7 @@ define([
]) ])
]), ]),
]), ]),
infopageFooter(),
]; ];
}; };