Skip to content

Commit

Permalink
Use modal.js instead of batch.js (#29860)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReLater committed Jul 2, 2020
1 parent cdbe1ec commit 7bf6eea
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@
/** @var Joomla\CMS\WebAsset\WebAssetManager $wa */
$wa = $this->document->getWebAssetManager();
$wa->useScript('core')
->useScript('com_content.admin-articles-batch');
->useScript('com_content.admin-articles-modal');

$function = $app->input->getCmd('function', 'jSelectArticle');
$editor = $app->input->getCmd('editor', '');
Expand Down

0 comments on commit 7bf6eea

Please sign in to comment.