1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-21 22:29:41 +02:00

i18n continuation

This commit is contained in:
McMatts 2022-03-14 12:01:46 -04:00
parent 3d3d50762e
commit 5db5f4d63b
4 changed files with 49 additions and 25 deletions

View file

@ -79,8 +79,7 @@ export default Component.extend(Notifier, ModalMixin, {
this._super(...arguments);
let pageId = this.get('page.id');
let url = window.location.protocol + '//' + this.get('appMeta.appHost') +
this.get('router').generate('document.index', {queryParams: {currentPageId: pageId}});
let url = window.location.protocol + '//' + this.get('appMeta.appHost') + this.get('router').generate('document.index', {queryParams: {currentPageId: pageId}});
let self = this;
let clip = new ClipboardJS('#page-copy-link-' + pageId, {