Last active
August 29, 2015 14:05
-
-
Save nedSaf/d5bab0d8011a8a0249bf to your computer and use it in GitHub Desktop.
Popover requires tooltip.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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