first commit
This commit is contained in:
12
templates/instytut_dendrologii_/js/mod40.js
Normal file
12
templates/instytut_dendrologii_/js/mod40.js
Normal file
@@ -0,0 +1,12 @@
|
||||
window.addEventListener('load',() => {
|
||||
// kafelVisibility();
|
||||
})
|
||||
function kafelVisibility(){
|
||||
|
||||
document.querySelectorAll('.prof-col p img').forEach(prof => {
|
||||
var ciag=prof.getAttribute('class');
|
||||
if(ciag.includes('blob')){
|
||||
prof.parentNode.parentNode.parentNode.style.setProperty('visibility','hidden');
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user