mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
Merge pull request #457 from EricZaporzan/add-tether-script
Added a cdn link to Tether, which is a new requirement for Bootstrap 4
This commit is contained in:
commit
c6d0a41f77
|
@ -95,6 +95,9 @@
|
||||||
<!-- Latest JQuery -->
|
<!-- Latest JQuery -->
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
|
||||||
|
|
||||||
|
<!-- Tether - a requirement for Bootstrap tooltips -->
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.1.1/js/tether.min.js"></script>
|
||||||
|
|
||||||
<!-- Latest compiled and minified JavaScript -->
|
<!-- Latest compiled and minified JavaScript -->
|
||||||
<script src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>
|
<script src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user