Merge branch 'master' into master

master
magnolia1234 2019-10-19 20:07:58 +02:00 committed by GitHub
commit c984827829
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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();
}