Removed some obsolete lines
This commit is contained in:
parent
7ee3a6065c
commit
e2d5cefda3
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ export default class SharePanel extends UIElement {
|
|||
super(undefined);
|
||||
this._config = config;
|
||||
|
||||
|
||||
const proposedName = `User:${userDetails.name}/${config.data.id}`
|
||||
const proposedNameEnc = encodeURIComponent(`wiki:User:${userDetails.name}/${config.data.id}`)
|
||||
|
||||
this._panel = new Combine([
|
||||
"<h2>Share</h2>",
|
||||
"Share the following link with friends:<br/>",
|
||||
|
|
Loading…
Reference in a new issue