Fix the foundation test.

This commit is contained in:
Llewellyn van der Merwe 2024-06-15 10:44:35 +02:00
parent 8d3e4d4809
commit 486514d7cd
Signed by: Llewellyn
GPG Key ID: A9201372263741E7

View File

@ -31,12 +31,14 @@
<!-- Compressed JavaScript -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<!-- Compressed JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/foundation-sites@6.8.1/dist/js/foundation.min.js"
crossorigin="anonymous"></script>
<script>
$(document).foundation();
$(document).ready(function() {
$(document).foundation();
});
</script>
<h3>Please help us!!! We are not getting this to work, because of jQuery, or so it seems.</h3>
</body>
</html>