first commit
This commit is contained in:
11
templates/instytut_dendrologii_/js/mod32.js
Normal file
11
templates/instytut_dendrologii_/js/mod32.js
Normal file
@@ -0,0 +1,11 @@
|
||||
window.addEventListener('load', () => {
|
||||
showAllImg1();
|
||||
})
|
||||
function showAllImg1(){
|
||||
setTimeout(showAllImg,1000);
|
||||
}
|
||||
|
||||
|
||||
function showAllImg(){
|
||||
document.querySelector('ul.sigFreeClassic').style.setProperty('display','flex');
|
||||
}
|
||||
Reference in New Issue
Block a user