Need to stringify.

master
Håvar Aambø Fosstveit 2019-10-24 09:45:26 +02:00
parent e148c8d2a0
commit 5247bfe332
1 changed files with 1 additions and 1 deletions

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);