joomla- How to remove unwanted js files from page

前端 未结 4 921
暖寄归人
暖寄归人 2020-12-15 23:08

joomla- How to remove unwanted js files from page

I have used plugins some pages so many js files are included in all pages

4条回答
  •  南笙
    南笙 (楼主)
    2020-12-15 23:28

    If you want to remove all scripts that Joomla adds, including the inline script, the quickest way is this:

    $this->_script = $this->_scripts = array();
    

    Add this anywhere in your template file above the section.

提交回复
热议问题