Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/static/website/js/project-sidebar-sticky.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*
* Only active on >=992px breakpoint; the mobile layout doesn't use sticky.
*
* Vanilla JS — no jQuery dependency despite the rest of the codebase using it.
* Vanilla JS — no jQuery dependency.
*/
(function () {
'use strict';
Expand Down
7 changes: 2 additions & 5 deletions website/templates/website/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,8 @@

{% block stylesheets %}{% endblock %}

<!-- JavaScript libraries (jQuery 1.9.1 required by Bootstrap 3.3.6) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin="anonymous"></script>
<!-- Site JavaScript (vanilla; no jQuery / Bootstrap JS — see #1288).
Bootstrap's CSS is still used; only its JavaScript was removed. -->
<script src="{% static 'website/js/top-navbar.js' %}"></script>
<script src="{% static 'website/js/carousel.js' %}"></script>

Expand Down
Loading