open share modal on ready

temporary to make working easier
pull/1/head
David Benqué 2019-11-19 10:18:18 +00:00
parent 295ff98854
commit b5ff5a3b20
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.click(function () {
$shareBlock.ready(function () {
var title = (config.title && config.title.getTitle && config.title.getTitle())
|| (config.title && config.title.defaultName)
|| "";