fix demo when json is disabled
This commit is contained in:
parent
4abe395d16
commit
f922fc35bc
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ function doEncrypt() {
|
|||
v.ciphertext = ct;
|
||||
v.adata = '';
|
||||
} else {
|
||||
v.ciphertext = ct.match(/ct:"([^"]*)"/)[1]; //"
|
||||
v.ciphertext = ct.match(/"ct":"([^"]*)"/)[1]; //"
|
||||
}
|
||||
|
||||
v.plaintext = '';
|
||||
|
|
Loading…
Reference in a new issue