first commit
This commit is contained in:
10
templates/instytut_dendrologii_/js/sedrop.js
Normal file
10
templates/instytut_dendrologii_/js/sedrop.js
Normal file
@@ -0,0 +1,10 @@
|
||||
window.addEventListener('load', () => {
|
||||
reposss1();
|
||||
})
|
||||
function reposss1(){
|
||||
document.querySelectorAll('.view-article .dendro-art .com-content-article__body p strong').forEach(abs => {
|
||||
if(abs.innerHTML.includes('bstract') || abs.innerHTML.includes('word')){
|
||||
abs.style.setProperty('font-weight',600,'important');
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user