Tootltips?

Just wondering in what file I should activate bootstrap tooltips?

I’ve added this line: $(’[data-toggle=“tooltip”]’).tooltip({}); to _main.js in the //JS here section but they are not firing.

Any clues on what I’m missing would be appreciated.

I recently added some additional comments to _main.js to better explain the routing. Read through that and make sure you are adding your script to the common init function that fires on all pages.

Thanks for the reply — will check it out.