remove unused 'noscriptfix' hack

This commit is contained in:
ansuz 2021-08-10 18:49:29 +05:30
parent 1c08a27f60
commit b9eced7bfd

View file

@ -1,3 +0,0 @@
// 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('pad-iframe').setAttribute('src', 'inner.html?cb=' + (+new Date()));