summaryrefslogtreecommitdiffstats
path: root/client/lib/exportHTML.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/lib/exportHTML.js')
-rw-r--r--client/lib/exportHTML.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/client/lib/exportHTML.js b/client/lib/exportHTML.js
index 0cca4b04..59a0612f 100644
--- a/client/lib/exportHTML.js
+++ b/client/lib/exportHTML.js
@@ -65,15 +65,6 @@ window.ExportHtml = Popup => {
'.list-composer,.js-card-composer, .js-add-card',
),
).forEach(elem => elem.remove());
- Array.from(
- document.querySelectorAll('.js-perfect-scrollbar > div:nth-of-type(n+2)'),
- ).forEach(elem => elem.remove());
- Array.from(document.querySelectorAll('.js-perfect-scrollbar')).forEach(
- elem => {
- elem.style = 'overflow-y: auto !important;';
- elem.classList.remove('js-perfect-scrollbar');
- },
- );
Array.from(document.querySelectorAll('[href]:not(link)')).forEach(elem =>
elem.attributes.removeNamedItem('href'),
);