You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created an empty Meteor project (1.1.0.2), and simple added meteor-x-editable-bootstrap.
When I execute Meteor and load the client, I get to following error message in my browser's debug console:
[Error] TypeError: undefined is not an object (evaluating '$.fn.popover.Constructor')
(anonymous function) (natestrauser_x-editable-bootstrap.js, line 4741)
(anonymous function) (natestrauser_x-editable-bootstrap.js, line 4953)
global code (natestrauser_x-editable-bootstrap.js, line 17232)
I'm not sure, but might it be possible that x-editable-bootstrap is loaded before jQuery?
The text was updated successfully, but these errors were encountered:
Hey,
I created an empty Meteor project (1.1.0.2), and simple added meteor-x-editable-bootstrap.
When I execute Meteor and load the client, I get to following error message in my browser's debug console:
I'm not sure, but might it be possible that x-editable-bootstrap is loaded before jQuery?
The text was updated successfully, but these errors were encountered: