Browse Source

Making sure delimiters are added.

pull/1/head
Vitor Pamplona 5 years ago
parent
commit
659b0e2b26
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      index.v4.html

+ 1
- 1
index.v4.html View File

@ -145,7 +145,7 @@ DcJqR5clbAYlO9lHmvb4lsPLZHjugQ==
function addIfExists(prefix, elemId) {
let value = encodeURIComponent(e(elemId).value);
return value ? prefix+value : "";
return value ? prefix+value : prefix;
}
function verify(pubkey, message, signature, feedback_elem_id) {


Loading…
Cancel
Save