blob: 122debfe27f41e661b3f13808e6b1a3157a28281 [file] [log] [blame]
<!DOCTYPE html>
<script src="utils.js"></script>
<title>Send the results of getNestedConfigs() to the embedder</title>
<script>
const [key] = parseKeylist();
const configs = window.fence.getNestedConfigs();
const data_to_send = [configs.length];
writeValueToServer(key, data_to_send.join(","));
</script>
</html>