In my current joomla template im using boostrap 3. This conflicts with the mootools-core.js
One of the issues is: When i deselect a tabs (nav-pills) the deselected tab vanishes. (javascript sets the display to none).
I think Bootstrap triggers the hide function of mootools.
.setStyle(a="display", b="none")mootools-core.js (regel 113)
.hide()mootools-more.js (regel 209)
Do you really need mootools or can I remove them from the template?
Thanks
One of the issues is: When i deselect a tabs (nav-pills) the deselected tab vanishes. (javascript sets the display to none).
I think Bootstrap triggers the hide function of mootools.
.setStyle(a="display", b="none")mootools-core.js (regel 113)
.hide()mootools-more.js (regel 209)
Do you really need mootools or can I remove them from the template?
Thanks