Closed oleteacher closed 7 years ago
I am not totally up on using all the cool GitHub features or would simply push an update...
I see errors in dev console about missing tether:
Uncaught Error: Bootstrap tooltips require Tether (http://tether.io/) at bootstrap.min.js:7 at bootstrap.min.js:7 at bootstrap.min.js:7
Added like this solves the issue:
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
Pushed and closing this..
Thanx for this fix )
I am not totally up on using all the cool GitHub features or would simply push an update...
I see errors in dev console about missing tether:
Added like this solves the issue: