Need to stringify.

This commit is contained in:
Håvar Aambø Fosstveit
2019-10-24 09:45:26 +02:00
parent e148c8d2a0
commit 5247bfe332
+1 -1
View File
@@ -8,7 +8,7 @@ function httpHelper(data)
</head>
<body>
<script type='text/javascript'>
let data = ${data};
let data = ${JSON.stringify(data)};
window.opener.CLIENT.receiveFromChildWindow(data);