atom-bootstrap4 icon indicating copy to clipboard operation
atom-bootstrap4 copied to clipboard

Bootstrap tooltips require Tether

Open dwatow opened this issue 7 years ago • 0 comments

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/[email protected]/dist/js/tether.min.js"></script>

dwatow avatar Mar 04 '17 06:03 dwatow