first commit
This commit is contained in:
8
templates/instytut_dendrologii_/js/mod52.js
Normal file
8
templates/instytut_dendrologii_/js/mod52.js
Normal file
@@ -0,0 +1,8 @@
|
||||
window.addEventListener('load', () => {
|
||||
bipred();
|
||||
})
|
||||
|
||||
function bipred(){
|
||||
var odlmen= document.querySelector('.menu-bip').getBoundingClientRect().right;
|
||||
document.querySelector('.bip-articlesinformacja').style.setProperty('left',odlmen+'px');
|
||||
}
|
||||
Reference in New Issue
Block a user