script correctif

This commit is contained in:
nyanloutre 2018-10-27 16:59:04 +02:00
parent 6847f6535a
commit 7d08fab8e3
1 changed files with 6 additions and 6 deletions

View File

@ -947,6 +947,12 @@
</div>
</section>
<?php include('contact.html'); ?>
<?php include('footer.html'); ?>
<?php include('include_foot.html'); ?>
<script type="text/javascript">
$(document).ready(function(){
var windowHeight = window.innerHeight || document.documentElement.clientHeight
@ -963,12 +969,6 @@
});
</script>
<?php include('contact.html'); ?>
<?php include('footer.html'); ?>
<?php include('include_foot.html'); ?>
</body>
</html>