thecodeholic / lobipanel

jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
MIT License
168 stars 75 forks source link

Uncaught Error: cannot call methods on tooltip prior to initialization; attempted to call method 'destroy' #21

Closed thecristen closed 7 years ago

thecristen commented 7 years ago

I cannot activate this plugin - it only works on the first panel and stops.

This is the line that eventually triggers the error https://github.com/arboshiki/lobipanel/blob/master/js/lobipanel.js#L542

I have a very simple example here (see the console) http://s.codepen.io/thecristen/debug/pEZjLy

thecodeholic commented 7 years ago

Fixed!!! Download new version from github or bower

thecristen commented 7 years ago

Awesome, thanks @arboshiki! :D