Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
yflory 7 years ago
commit 362579f79f

@ -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(),
]; ];
}; };

Loading…
Cancel
Save