mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
update JS libs
This commit is contained in:
parent
d4be14c552
commit
d128bd8694
@ -19,7 +19,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
{% if include.tor %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
|
||||||
{% if include.extra_button %}
|
{% if include.extra_button %}
|
||||||
|
@ -183,14 +183,13 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<!-- navigation ends here -->
|
<!-- navigation ends here -->
|
||||||
|
|
||||||
|
<div class="py-4">
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 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>
|
||||||
|
|
||||||
<!-- add jQuery, Bootstrap, Sortable, and tooltip libraries -->
|
|
||||||
<script src="js/jquery-1.11.2.min.js"></script>
|
|
||||||
<script src="js/bootstrap.min.js"></script>
|
<script src="js/bootstrap.min.js"></script>
|
||||||
<script src="js/sortable.min.js"></script>
|
<script src="js/sortable.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
@ -88,8 +88,3 @@ a.titleanchor {
|
|||||||
.share-btn.linkedin { background: #4875B4; }
|
.share-btn.linkedin { background: #4875B4; }
|
||||||
.share-btn.email { background: #444444; }
|
.share-btn.email { background: #444444; }
|
||||||
.share-btn.diaspora { background: #2f3537; }
|
.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
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
5
js/popper.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user