first commit
This commit is contained in:
9
templates/instytut_dendrologii_/js/mod17.js
Normal file
9
templates/instytut_dendrologii_/js/mod17.js
Normal file
@@ -0,0 +1,9 @@
|
||||
window.addEventListener('load', () => {
|
||||
readMore();
|
||||
})
|
||||
|
||||
function readMore(){
|
||||
document.querySelectorAll('body .dendro-art .blog-items .item-content .btn-secondary').forEach(items => {
|
||||
items.innerHTML="READ MORE ..."
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user