fix passing title to the iframe

This commit is contained in:
igoradamenko
2019-01-06 21:22:28 +02:00
parent 0da1a8c237
commit 566d5820ad
2 changed files with 7 additions and 2 deletions
+2
View File
@@ -110,6 +110,8 @@
}
} catch (e) {}
}
window.parent.postMessage(JSON.stringify({ inited: true }), '*');
</script>
<script type="text/javascript" src="remark.js"></script>
</body>