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

pull/1/head
yflory 2018-07-19 17:52:07 +02:00
commit 362579f79f
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,6 @@ define([
});
return select;
};
languageSelector = languageSelector; // jshint
var footerCol = function (title, L, literal) {
return h('div.col-6.col-sm-3', [
@ -633,6 +632,7 @@ define([
])
]),
]),
infopageFooter(),
];
};