Improve the homepage with new images and translations

This commit is contained in:
yflory
2017-02-03 16:03:36 +01:00
parent 46b48df966
commit 02439e0f61
19 changed files with 147 additions and 111 deletions

View File

@@ -124,6 +124,7 @@ define([
options: []
};
var $shareBlock = Cryptpad.createDropdown(dropdownConfigShare);
$shareBlock.find('button').attr('id', 'shareButton');
$shareBlock.find('.dropdown-bar-content').addClass(SHARE_CLS).addClass(EDITSHARE_CLS).addClass(VIEWSHARE_CLS);
$userlistElement.append($shareBlock);
}