Merge branch 'soon' into newtoolbar

This commit is contained in:
yflory
2017-01-27 16:52:49 +01:00
5 changed files with 30 additions and 12 deletions

View File

@@ -51,7 +51,10 @@
</head>
<body>
<div id="iframe-container">
<iframe id="pad-iframe" src="inner.html"></iframe>
<iframe id="pad-iframe"></iframe>
<script>
document.getElementById('pad-iframe').setAttribute('src', 'inner.html?' + new Date().getTime());
</script>
</div>
</body>
</html>