I need remove the '/media/jui/js/bootstrap.min.js' from $this in template, I try it:
unset($this->_scripts['/media/jui/js/bootstrap.min.js']);
But not works, in the list not have this library load.
Have a way to do this?
All of the media in the media folder is overridable. Add a file at /templates/<your_template>/js/jui/bootstrap.min.js
with the version you want.
Awesome! Thanks a lot to help me Michael Babker
Labels |
Added:
?
|
||
Build | ⇒ | staging |
The version of Joomla is 3.1, thanks to try help!