* @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; use Joomla\CMS\Language\Text; use Joomla\CMS\Uri\Uri; $app->getDocument()->getWebAssetManager() ->registerAndUseScript('mod_sampledata', 'mod_sampledata/sampledata-process.js', [], ['type' => 'module'], ['core']); Text::script('MOD_SAMPLEDATA_COMPLETED'); Text::script('MOD_SAMPLEDATA_CONFIRM_START'); Text::script('MOD_SAMPLEDATA_ITEM_ALREADY_PROCESSED'); Text::script('MOD_SAMPLEDATA_INVALID_RESPONSE'); $app->getDocument()->addScriptOptions( 'sample-data', [ 'icon' => Uri::root(true) . '/media/system/images/ajax-loader.gif', ] ); ?>