Skip to content

Commit

Permalink
Reverting accidental deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Jan 20, 2022
1 parent 10ca120 commit 8fa1e7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions administrator/components/com_finder/tmpl/index/default.php
Expand Up @@ -22,6 +22,13 @@
$listOrder = $this->escape($this->state->get('list.ordering'));
$listDirn = $this->escape($this->state->get('list.direction'));
$lang = Factory::getLanguage();

Text::script('COM_FINDER_INDEX_CONFIRM_PURGE_PROMPT');
Text::script('COM_FINDER_INDEX_CONFIRM_DELETE_PROMPT');

/** @var Joomla\CMS\WebAsset\WebAssetManager $wa */
$wa = $this->document->getWebAssetManager();
$wa->useScript('com_finder.index');
?>
<form action="<?php echo Route::_('index.php?option=com_finder&view=index'); ?>" method="post" name="adminForm" id="adminForm">
<div class="row">
Expand Down

0 comments on commit 8fa1e7f

Please sign in to comment.