Fix the 'NoScript' bug with the drive
This commit is contained in:
parent
5ef074370b
commit
2d79649949
@ -36,7 +36,10 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<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>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user