mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
fix: export HTML currently exports JS popups
This commit is contained in:
parent
d954b97aac
commit
fe887b7b5e
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ window.ExportHtml = Popup => {
|
||||||
Array.from(
|
Array.from(
|
||||||
document.querySelectorAll('#header-main-bar .board-header-btns'),
|
document.querySelectorAll('#header-main-bar .board-header-btns'),
|
||||||
).forEach(elem => elem.remove());
|
).forEach(elem => elem.remove());
|
||||||
|
Array.from(
|
||||||
|
document.querySelectorAll('.js-pop-over, .pop-over'),
|
||||||
|
).forEach(elem => elem.remove());
|
||||||
Array.from(document.querySelectorAll('.list-composer')).forEach(elem =>
|
Array.from(document.querySelectorAll('.list-composer')).forEach(elem =>
|
||||||
elem.remove(),
|
elem.remove(),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue