From f922fc35bcf2c39e6065e169932d8d47238933e7 Mon Sep 17 00:00:00 2001 From: Mike Hamburg Date: Tue, 24 Jan 2012 20:05:16 -0800 Subject: [PATCH] fix demo when json is disabled --- demo/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/example.js b/demo/example.js index db1d572e..940402b0 100644 --- a/demo/example.js +++ b/demo/example.js @@ -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 = '';