first commit
This commit is contained in:
10
templates/instytut_dendrologii_/js/mod13.js
Normal file
10
templates/instytut_dendrologii_/js/mod13.js
Normal file
@@ -0,0 +1,10 @@
|
||||
window.addEventListener('load' ,() => {
|
||||
wydarzeniaRedirect();
|
||||
})
|
||||
|
||||
function wydarzeniaRedirect(){
|
||||
|
||||
document.querySelectorAll('.wydarzenia .readmore a,.wydarzenia .jtcs_item_wrapper .jt-title ').forEach(items => {
|
||||
items.href='/seminaria-i-wyklady/';
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user