update feedback key name

This commit is contained in:
ansuz 2017-06-29 14:48:33 +02:00
parent 4a5f5de78c
commit 1179992a90
1 changed files with 1 additions and 1 deletions

View File

@ -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');