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