Fix the 'NoScript' bug with the drive

pull/1/head
yflory 8 years ago
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…
Cancel
Save