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:
Fábio C. Barrionuevo da Luz 2016-01-04 19:33:50 -03:00
commit c6d0a41f77

View File

@ -95,6 +95,9 @@
<!-- Latest JQuery -->
<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 -->
<script src="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/js/bootstrap.js"></script>