User tests: Successful: Unsuccessful:
Added all js files into Protostar. This will be useful to implement toggle buttons in front-end, which were limited to back-end Isis template.
The JHtml::_('bootstrap.framework'); statement in the template takes care of loading jQuery and Bootstrap JS from the /media folder. So you shouldn't need to add those JS files to the template.
JHtml::_('bootstrap.framework');
/media
Thanks Michael Babker, I'll remove those 2 files from pull request.
The
JHtml::_('bootstrap.framework');statement in the template takes care of loading jQuery and Bootstrap JS from the/mediafolder. So you shouldn't need to add those JS files to the template.