mirror of https://github.com/tdwg/dwc.git
Remove custom JS (now available as file on tdwg.org)
This commit is contained in:
parent
3a62e7c401
commit
270020b995
|
@ -5,10 +5,4 @@
|
|||
<script src="https://www.tdwg.org/theme/js/jquery.min.js"></script>
|
||||
<script src="https://www.tdwg.org/theme/js/popper.min.js"></script>
|
||||
<script src="https://www.tdwg.org/theme/js/bootstrap.min.js"></script>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
$("#theme-sidebar-nav ul").addClass("nav flex-column");
|
||||
$("#theme-sidebar-nav li").addClass("nav-item");
|
||||
$("#theme-sidebar-nav a").addClass("nav-link");
|
||||
});
|
||||
</script>
|
||||
<script src="https://www.tdwg.org/theme/js/theme.js"></script>
|
||||
|
|
Loading…
Reference in New Issue