cryptpad/www/common/sframe-noscriptfix.js
Caleb James DeLisle 65dfd99171 major wip
2017-08-07 16:27:57 +02:00

4 lines
257 B
JavaScript

// Fix for noscript bugs when caching iframe content.
// Caution, this file will get cached, you must change the name if you change it.
document.getElementById('sbox-iframe').setAttribute('src', 'http://localhost:3001/pad2/inner.html?cb=' + (+new Date()));