summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-11-24 14:29:13 +0100
committerJules Laplace <julescarbon@gmail.com>2020-11-24 14:29:13 +0100
commit2189b9a950cd662e8b1a59c0a9e9a7ea43add587 (patch)
tree9034e14e80fc64b51e0d811855be95fda97addb5 /animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js
parent7baa798a1d523239752cf36cf22547683c7971a6 (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.js2
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, })