Merge branch 'master' into master

This commit is contained in:
magnolia1234 2019-10-19 20:07:58 +02:00 committed by GitHub
commit 061dda00aa

View file

@ -118,7 +118,7 @@ if (window.location.href.indexOf("parool.nl") !== -1 || window.location.href.ind
});
}
function removeDOMElement(...elements) {
function removeDOMElement(elements) {
for (let element of elements) {
if (element) element.remove();
}