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

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