From 2189b9a950cd662e8b1a59c0a9e9a7ea43add587 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 24 Nov 2020 14:29:13 +0100 Subject: fix pausing, ff/sf percentage bar, copy link --- .../frontend/app/views/viewer/sections/viewer.sections.share.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js') 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, }) -- cgit v1.2.3-70-g09d2