re-enable click to open share modal

pull/1/head
David Benqué 2019-11-21 16:37:06 +00:00
parent c4f84b9ee9
commit 730c4e02cf
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ MessengerUI, Messages) {
Common.getSframeChannel().event('EV_SHARE_OPEN', {
hidden: true
});
$shareBlock.ready(function () { // XXX put .click back when done
$shareBlock.click(function () {
var title = (config.title && config.title.getTitle && config.title.getTitle())
|| (config.title && config.title.defaultName)
|| "";