Removed some obsolete lines

This commit is contained in:
pietervdvn 2021-02-20 02:39:00 +01:00
parent 7ee3a6065c
commit e2d5cefda3

View file

@ -14,10 +14,6 @@ export default class SharePanel extends UIElement {
super(undefined); super(undefined);
this._config = config; 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([ this._panel = new Combine([
"<h2>Share</h2>", "<h2>Share</h2>",
"Share the following link with friends:<br/>", "Share the following link with friends:<br/>",