Moves all JavaScript files that where placed in the model/form folder out of the admin area, into the media folder.
This commit is contained in:
@ -530,7 +530,7 @@ class ComponentbuilderModelJoomla_module extends JModelAdmin
|
||||
*/
|
||||
public function getScript()
|
||||
{
|
||||
return 'administrator/components/com_componentbuilder/models/forms/joomla_module.js';
|
||||
return 'media/com_componentbuilder/js/joomla_module.js';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user