Javascript quand la page est chargée fix2
This commit is contained in:
parent
8d651e6d7b
commit
c36769923c
@ -954,7 +954,7 @@
|
||||
<?php include('include_foot.html'); ?>
|
||||
|
||||
<script>
|
||||
$( document ).ready(function(){$('.carousel').each(function(){
|
||||
window.onload = function(){$('.carousel').each(function(){
|
||||
var items = $(this).find(".item"),
|
||||
heights = [],
|
||||
tallest;
|
||||
@ -979,7 +979,7 @@
|
||||
normalizeHeights(); //run it again
|
||||
});
|
||||
}
|
||||
})})
|
||||
})}
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user