We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41bae2 commit d2929f4Copy full SHA for d2929f4
build/media_source/com_joomlaupdate/js/default.es6.js
@@ -541,6 +541,7 @@ Joomla = window.Joomla || {};
541
const pluginTitleTableCell = tableRow.querySelector('.exname');
542
pluginTitleTableCell.innerHTML = `${Joomla.sanitizeHtml(pluginTitleTableCell.innerHTML)}
543
<div class="small">
544
+ ${document.querySelector(`td[data-extension-id="${plugin.extension_id}"]`) ? '' : ` - ${plugin.name}`}
545
<span class="badge bg-warning">
546
<span class="icon-warning"></span>
547
${Joomla.Text._('COM_JOOMLAUPDATE_VIEW_DEFAULT_POTENTIALLY_DANGEROUS_PLUGIN')}
0 commit comments