Skip to content

Instantly share code, notes, and snippets.

@nedSaf
Last active August 29, 2015 14:05
Show Gist options
  • Save nedSaf/d5bab0d8011a8a0249bf to your computer and use it in GitHub Desktop.
Save nedSaf/d5bab0d8011a8a0249bf to your computer and use it in GitHub Desktop.
Popover requires tooltip.js
If you are getting this error:
Uncaught Error: Popover requires tooltip.js
Just change the order of the JS files in your "bootstrap_subtheme.info" file.
"tooltip.js" should be above "popover.js"
scripts[] = '../../../libraries/bootstrap_sass/vendor/assets/javascripts/bootstrap/tooltip.js'
scripts[] = '../../../libraries/bootstrap_sass/vendor/assets/javascripts/bootstrap/popover.js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment