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:
2021-03-17 01:14:54 +02:00
parent 2562473f8c
commit be0d4d8aeb
100 changed files with 53 additions and 53 deletions

View File

@ -351,7 +351,7 @@ class ComponentbuilderModelCustom_code extends JModelAdmin
*/
public function getScript()
{
return 'administrator/components/com_componentbuilder/models/forms/custom_code.js';
return 'media/com_componentbuilder/js/custom_code.js';
}
/**