Removal of added script to footer
This commit is contained in:
@@ -8,15 +8,4 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
|
||||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
||||||
|
|
||||||
<script>
|
|
||||||
$(document).ready(function() {
|
|
||||||
$(".carousel-control-prev").click(function() {
|
|
||||||
$("#carouselExampleControls").carousel("prev");
|
|
||||||
});
|
|
||||||
|
|
||||||
$(".carousel-control-next").click(function() {
|
|
||||||
$("#carouselExampleControls").carousel("next");
|
|
||||||
});
|
|
||||||
});
|
|
||||||
</script>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user