mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Add http scheme for copied links
This commit is contained in:
parent
ad361c22ba
commit
a19ba46f7a
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export default Component.extend(Notifier, ModalMixin, {
|
|||
this._super(...arguments);
|
||||
|
||||
let pageId = this.get('page.id');
|
||||
let url = this.get('appMeta.appHost') +
|
||||
let url = window.location.protocol + '//' + this.get('appMeta.appHost') +
|
||||
this.get('router').generate('document.index', {queryParams: {currentPageId: pageId}});
|
||||
let self = this;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue