fix
This commit is contained in:
parent
060a58a358
commit
6bd93e5ffd
1 changed files with 1 additions and 1 deletions
|
|
@ -1421,7 +1421,7 @@ function createProposalViewModal(proposal) {
|
|||
(
|
||||
('share' in navigator) ?`
|
||||
<div class="social-share-buttons">
|
||||
<button class="social-share-button" onclick()="navigator.share({ title: 'What do you think?', text: '${proposal.text}', url: '${getShareableLink(proposal.id)}' })">
|
||||
<button class="social-share-button" onclick="navigator.share({ title: 'What do you think?', text: '${proposal.text}', url: '${getShareableLink(proposal.id)}' })">
|
||||
<span>Share</span>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue