Revert "script correctif"

This reverts commit 7d08fab8e3.
This commit is contained in:
nyanloutre 2018-10-27 17:28:41 +02:00
parent 7d08fab8e3
commit 2bfce06210
1 changed files with 6 additions and 6 deletions

View File

@ -947,12 +947,6 @@
</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
@ -969,6 +963,12 @@
});
</script>
<?php include('contact.html'); ?>
<?php include('footer.html'); ?>
<?php include('include_foot.html'); ?>
</body>
</html>