diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-11-24 14:29:13 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-11-24 14:29:13 +0100 |
| commit | 2189b9a950cd662e8b1a59c0a9e9a7ea43add587 (patch) | |
| tree | 9034e14e80fc64b51e0d811855be95fda97addb5 /animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js | |
| parent | 7baa798a1d523239752cf36cf22547683c7971a6 (diff) | |
fix pausing, ff/sf percentage bar, copy link
Diffstat (limited to 'animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js b/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js index 3950743..957aee4 100644 --- a/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js +++ b/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js @@ -14,7 +14,7 @@ export default class ViewerSectionsShare extends Component { this.copyToClipboard = this.copyToClipboard.bind(this) } copyToClipboard() { - const url = "https://e-flux.com/" + const url = URLS.share_url writeToClipboard(url).then(() =>{ clearTimeout(this.timeout) this.setState({ copying: true, copied: false, }) |
