first commit
This commit is contained in:
9
templates/instytut_dendrologii_/js/mod41.js
Normal file
9
templates/instytut_dendrologii_/js/mod41.js
Normal file
@@ -0,0 +1,9 @@
|
||||
window.addEventListener('load', () => {
|
||||
donshowArticle();
|
||||
})
|
||||
function donshowArticle(){
|
||||
var link=window.location.href;
|
||||
if(link.includes('historia')){
|
||||
document.querySelector('.grid-instytut .grid-child').style.setProperty('display','none')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user