update JS libs

This commit is contained in:
Samuel Shifterovich 2018-10-25 21:36:21 +02:00
parent d4be14c552
commit d128bd8694
5 changed files with 13 additions and 12 deletions

View File

@ -19,7 +19,7 @@
{% endif %}
</a>
{% if include.tor %}
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.tor}}. Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="img/layout/tor.png" width="35"></a>
<a class="mb-1" data-toggle="tooltip" data-placement="bottom" data-original-title="{{include.tor}} Requires specific software to access: torproject.org" href="{{include.tor}}"><img alt="Tor" src="img/layout/tor.png" width="35"></a>
{% endif %}
{% if include.extra_button %}

View File

@ -183,14 +183,13 @@
</nav>
<!-- navigation ends here -->
<div class="py-4">
{{ content }}
</div>
<!-- add jQuery, Bootstrap, Sortable, and tooltip libraries -->
<script src="js/jquery-1.11.2.min.js"></script>
<!-- add jQuery, Popper, Bootstrap, Sortable, and tooltip libraries -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/sortable.min.js"></script>
<script>

View File

@ -88,8 +88,3 @@ a.titleanchor {
.share-btn.linkedin { background: #4875B4; }
.share-btn.email { background: #444444; }
.share-btn.diaspora { background: #2f3537; }
.navbar-inverse .navbar-nav > li > a {
color:#3498DB;
font-weight: bold;
}

2
js/jquery-3.3.1.min.js vendored Normal file

File diff suppressed because one or more lines are too long

5
js/popper.min.js vendored Normal file

File diff suppressed because one or more lines are too long