[embed] removed unnecessary symbol

This commit is contained in:
Maxim Kadushkin 2016-11-25 15:05:17 +03:00
parent e82da5ebab
commit c187296222

View file

@ -53,7 +53,7 @@
$dlgShare = common.view.modals.create('share'); $dlgShare = common.view.modals.create('share');
var _encoded = encodeURIComponent(appConfig.shareUrl); var _encoded = encodeURIComponent(appConfig.shareUrl);
var _mailto = 'mailto:?subject=I have shared a document with you: ' + appConfig.docTitle + '&body=I have shared a document with you: ' + _encoded + '"'; var _mailto = 'mailto:?subject=I have shared a document with you: ' + appConfig.docTitle + '&body=I have shared a document with you: ' + _encoded;
$dlgShare.find('#btn-copyshort').on('click', copytext.bind(this, $dlgShare.find('#id-short-url'))); $dlgShare.find('#btn-copyshort').on('click', copytext.bind(this, $dlgShare.find('#id-short-url')));
$dlgShare.find('.share-buttons > span').on('click', function(e){ $dlgShare.find('.share-buttons > span').on('click', function(e){