mirror of
https://github.com/documize/community.git
synced 2025-07-20 13:49:42 +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);
|
this._super(...arguments);
|
||||||
|
|
||||||
let pageId = this.get('page.id');
|
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}});
|
this.get('router').generate('document.index', {queryParams: {currentPageId: pageId}});
|
||||||
let self = this;
|
let self = this;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue