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

This commit is contained in:
ansuz
2019-11-25 20:59:42 -05:00
3 changed files with 11 additions and 8 deletions

View File

@@ -788,8 +788,8 @@ define([
placeholder: Messages.share_filterFriend
});
var div = h('div.cp-usergrid-container' + noOthers, [
h('label', label),
var div = h('div.cp-usergrid-container' + noOthers + (config.large?'.large':''), [
label ? h('label', label) : undefined,
h('div.cp-usergrid-filter', (config.noFilter || config.noSelect) ? undefined : [
inputFilter,
buttonSelect,