diff --git a/README.md b/README.md
index b487b338..7f314023 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Not yet usable:
 
 <img alt='Node statistics page screenshot' src='docs/onionr-1.png' width=600>
 
-Node statistics
+Home screen
 
 <img alt='Friend/contact manager screenshot' src='docs/onionr-2.png' width=600>
 
diff --git a/docs/onionr-1.png b/docs/onionr-1.png
old mode 100755
new mode 100644
index c498fe8f..fed98f28
Binary files a/docs/onionr-1.png and b/docs/onionr-1.png differ
diff --git a/docs/onionr-2.png b/docs/onionr-2.png
old mode 100755
new mode 100644
index 1407d96d..c8bab626
Binary files a/docs/onionr-2.png and b/docs/onionr-2.png differ
diff --git a/docs/onionr-3.png b/docs/onionr-3.png
old mode 100755
new mode 100644
index d31230d5..3c7673d2
Binary files a/docs/onionr-3.png and b/docs/onionr-3.png differ
diff --git a/onionr/static-data/www/friends/friends.js b/onionr/static-data/www/friends/friends.js
index 98e52981..6fcd8f53 100755
--- a/onionr/static-data/www/friends/friends.js
+++ b/onionr/static-data/www/friends/friends.js
@@ -78,15 +78,6 @@ fetch('/friends/list', {
         entry.appendChild(removeButton)
         entry.appendChild(nameText)
         friendListDisplay.appendChild(entry)
-        //I put the  Template code here but it made things slightly worse
-        entry.onclick = (function(entry, nameText, peer) {return function() {
-            if (nameText.length == 0){
-                nameText = 'Anonymous'
-            }
-            document.getElementById('friendPubkey').value = peer
-            document.getElementById('friendName').innerText = nameText
-            overlay('friendInfo')
-        };})(entry, nameText.value, peer);
     }
     // If friend delete buttons are pressed
 
diff --git a/onionr/static-data/www/friends/index.html b/onionr/static-data/www/friends/index.html
index 518dbea5..bcc3ac0a 100755
--- a/onionr/static-data/www/friends/index.html
+++ b/onionr/static-data/www/friends/index.html
@@ -95,7 +95,7 @@
                                     <label class="label">Friend ID</label>
                                     <p class="control is-expanded">
                                         <input id="" class="input" type="text" name='addKey' placeholder='Public Key/ID'
-                                            minlength="56" maxlength="56" required>
+                                            minlength="52" maxlength="52" required>
                                     </p>
                                 </div>
                                 <div class="field">