fix demo when json is disabled

pull/17/head
Mike Hamburg 12 years ago
parent 4abe395d16
commit f922fc35bc

@ -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…
Cancel
Save