update reveal.js

This commit is contained in:
2022-03-31 22:57:32 +01:00
parent 3e5f884db0
commit fb8bbe65a4
4 changed files with 23 additions and 30 deletions

View File

@@ -24,7 +24,7 @@
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-light" aria-label="menu">
<a class="navbar-brand" href="/"><img src="{% static 'img/logo.svg' %}" class="d-inline-block align-top" height="35px" alt="CB"> Web Reader</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
@@ -61,6 +61,9 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
{# {% bootstrap_javascript jquery='full' %}#}
<script type="text/javascript">
globalThis.regeneratorRuntime = undefined;
</script>
{% sri_static "jquery/dist/jquery.min.js" %}
{% sri_static "bootstrap/dist/js/bootstrap.bundle.js" %}
{% sri_static "datatables.net/js/jquery.dataTables.min.js" %}