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.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/simpleSigning/src/main/resources/js/error_response.js b/simpleSigning/src/main/resources/js/error_response.js
new file mode 100644
index 0000000..8d7e5a4
--- /dev/null
+++ b/simpleSigning/src/main/resources/js/error_response.js
@@ -0,0 +1,9 @@
+var postman = new NoJQueryPostMessageMixin('postMessage', 'receiveMessage');
+
+var msg = {
+ err: {
+ error: "##REPLACE##ERROR##"},
+ cause: "##REPLACE##CAUSE##"
+};
+
+postman.postMessage(msg, "##REPLACE##TARGETURL##", parent); \ No newline at end of file