mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
i18n continuation
This commit is contained in:
parent
3d3d50762e
commit
5db5f4d63b
4 changed files with 49 additions and 25 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue