diff options
-rw-r--r-- | views.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ function profilePage (src, keys) { profile.appendChild(identify) identifyButton.parentNode.removeChild(identifyButton) } - }, ['Identify ' + keys.publicKey.substring(0, 10) + '...']) + }, ['Identify ' + src.substring(0, 10) + '...']) profile.appendChild(identifyButton) |