From b9eced7bfdbb8ca028e5f3c2ee03c9ff7917a114 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 10 Aug 2021 18:49:29 +0530 Subject: [PATCH] remove unused 'noscriptfix' hack --- www/common/noscriptfix.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 www/common/noscriptfix.js diff --git a/www/common/noscriptfix.js b/www/common/noscriptfix.js deleted file mode 100644 index 532393248..000000000 --- a/www/common/noscriptfix.js +++ /dev/null @@ -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()));