first commit
This commit is contained in:
12
templates/instytut_dendrologii_/akk.js
Normal file
12
templates/instytut_dendrologii_/akk.js
Normal file
@@ -0,0 +1,12 @@
|
||||
window.addEventListener('DOMContentLoaded', () => {
|
||||
akk();
|
||||
})
|
||||
function akk(){
|
||||
document.querySelectorAll('.aktualno .jt-title').forEach(items => {
|
||||
|
||||
items.href=items.href.replaceAll('aktualnosci-filmy','viewart');
|
||||
|
||||
items.href=items.href.replaceAll('aktualnosci-post','viewart');
|
||||
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user