Fix the 'NoScript' bug with the drive

This commit is contained in:
yflory 2017-01-30 12:28:21 +01:00
parent 5ef074370b
commit 2d79649949

View File

@ -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>