From bad3ae3efd5c1e03053155121d8aa3824e52f6c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Tue, 24 Mar 2020 19:34:17 +0000 Subject: [PATCH] move copy key button --- www/profile/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/profile/inner.js b/www/profile/inner.js index ba348d829..5c31e95d7 100644 --- a/www/profile/inner.js +++ b/www/profile/inner.js @@ -506,7 +506,7 @@ define([ addFriendRequest($rightside); addMuteButton($rightside); addDescription(APP.$rightside); - addPublicKey(APP.$rightside); + addPublicKey($rightside); addViewButton($rightside); APP.initialized = true; createLeftside();