first commit
This commit is contained in:
11
templates/instytut_dendrologii_/js/pustyartykul.js
Normal file
11
templates/instytut_dendrologii_/js/pustyartykul.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
window.addEventListener('load', () => {
|
||||
pustyartykulremove();
|
||||
})
|
||||
function pustyartykulremove(){
|
||||
document.querySelectorAll('.page-header').forEach(items => {
|
||||
if(items.innerHTML.includes('Pusty')){
|
||||
items.remove();
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user