aboutsummaryrefslogtreecommitdiff
path: root/simpleSigning/src/main/resources/js/error_response.js
diff options
context:
space:
mode:
Diffstat (limited to 'simpleSigning/src/main/resources/js/error_response.js')
-rw-r--r--simpleSigning/src/main/resources/js/error_response.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/simpleSigning/src/main/resources/js/error_response.js b/simpleSigning/src/main/resources/js/error_response.js
index 8d7e5a4..a8373ff 100644
--- a/simpleSigning/src/main/resources/js/error_response.js
+++ b/simpleSigning/src/main/resources/js/error_response.js
@@ -6,4 +6,4 @@ var msg = {
cause: "##REPLACE##CAUSE##"
};
-postman.postMessage(msg, "##REPLACE##TARGETURL##", parent); \ No newline at end of file
+postman.postMessage(JSON.stringify(msg), "##REPLACE##TARGETURL##", parent); \ No newline at end of file