From e2d5cefda30135fc963b974ce65af4cfb657720b Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Sat, 20 Feb 2021 02:39:00 +0100 Subject: [PATCH] Removed some obsolete lines --- UI/CustomGenerator/SharePanel.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/UI/CustomGenerator/SharePanel.ts b/UI/CustomGenerator/SharePanel.ts index bc30696..6f0da7f 100644 --- a/UI/CustomGenerator/SharePanel.ts +++ b/UI/CustomGenerator/SharePanel.ts @@ -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([ "

Share

", "Share the following link with friends:
",