Skip to content

Commit

Permalink
update bootstrap (to 3.3.7) and jquery (to 1.12.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 28, 2016
1 parent be61b22 commit 88f464f
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 23 deletions.
6 changes: 0 additions & 6 deletions cicero/static/css/vendor/bootstrap-3.3.6.css

This file was deleted.

6 changes: 6 additions & 0 deletions cicero/static/css/vendor/bootstrap-3.3.7.min.css

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions cicero/static/js/vendor/bootstrap-3.3.6.js

This file was deleted.

7 changes: 7 additions & 0 deletions cicero/static/js/vendor/bootstrap-3.3.7.min.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions cicero/static/js/vendor/jquery-1.12.0.js

This file was deleted.

5 changes: 5 additions & 0 deletions cicero/static/js/vendor/jquery-1.12.4.min.js

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions cicero/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

<title>{% block page_title %}Cicero - Serving slides written in Markdown{% endblock %}</title>

<!-- Bootstrap -->
<link rel="stylesheet" href="{{ url_for('static', filename='css/vendor/bootstrap-3.3.6.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/vendor/bootstrap-3.3.7.min.css') }}">

<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
Expand Down Expand Up @@ -45,9 +44,8 @@
{% block content %}
{% endblock %}

<!-- jquery is needed for bootstrap's javascript plugins) -->
<script src="{{ url_for('static', filename='js/vendor/jquery-1.12.0.js') }}"></script>
<script src="{{ url_for('static', filename='js/vendor/bootstrap-3.3.6.js') }}"></script>
<script src="{{ url_for('static', filename='js/vendor/jquery-1.12.3.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/vendor/bootstrap-3.3.7.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/vendor/angular-1.5.3.js') }}"></script>
<script src="{{ url_for('static', filename='js/cicero.js') }}"></script>

Expand Down

0 comments on commit 88f464f

Please sign in to comment.