degouville / atom-bootstrap4

Bootstrap 4 Support & Snippets for Atom
https://atom.io/packages/atom-bootstrap4
MIT License
48 stars 26 forks source link

Bootstrap tooltips require Tether #10

Open dwatow opened 7 years ago

dwatow commented 7 years ago

Reproduce the steps

  1. keyin htmlb4, save as index.html file.
  2. open index.html file by browser .
  3. view error by console in browser.
    Uncaught Error: Bootstrap tooltips require Tether (http://github.hubspot.com/tether/)
    at bootstrap.min.js:7
    at bootstrap.min.js:7
    at bootstrap.min.js:7

my solution

reference

add include tether

<script src="https://npmcdn.com/tether@1.2.4/dist/js/tether.min.js"></script>