Skip to content

Commit

Permalink
Smart Search: Fix index button in emptystate
Browse files Browse the repository at this point in the history
  • Loading branch information
Hackwar committed Jun 30, 2023
1 parent 4454094 commit 8fbf67b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'icon' => 'icon-search-plus finder',
'content' => Text::_('COM_FINDER_INDEX_NO_DATA') . '<br>' . Text::_('COM_FINDER_INDEX_TIP'),
'title' => Text::_('COM_FINDER_HEADING_INDEXER'),
'createURL' => "javascript:document.getElementsByClassName('button-archive')[0].click();",
'createURL' => "javascript:document.getElementsByClassName('button-index')[0].click();",
];

echo LayoutHelper::render('joomla.content.emptystate', $displayData);
Expand Down

0 comments on commit 8fbf67b

Please sign in to comment.