mirror of https://github.com/xwiki-labs/cryptpad
update feedback key name
This commit is contained in:
parent
4a5f5de78c
commit
1179992a90
www/common
|
@ -346,7 +346,7 @@ define([
|
|||
var dropdownConfigShare = {
|
||||
text: $('<div>').append($shareIcon).html(),
|
||||
options: options,
|
||||
feedback: 'SHARE',
|
||||
feedback: 'SHARE_MENU',
|
||||
};
|
||||
var $shareBlock = Cryptpad.createDropdown(dropdownConfigShare);
|
||||
//$shareBlock.find('button').attr('id', 'shareButton');
|
||||
|
|
Loading…
Reference in New Issue