diff --git a/source/packages/plg_system_mokosuiteclient/Extension/MokoSuiteClient.php b/source/packages/plg_system_mokosuiteclient/Extension/MokoSuiteClient.php index b1964b16..fc7f24ec 100644 --- a/source/packages/plg_system_mokosuiteclient/Extension/MokoSuiteClient.php +++ b/source/packages/plg_system_mokosuiteclient/Extension/MokoSuiteClient.php @@ -383,12 +383,9 @@ class MokoSuiteClient extends CMSPlugin implements BootableExtensionInterface var url = " . json_encode($supportUrl) . "; document.querySelectorAll('a[href*=\"help.joomla.org\"], a[href*=\"docs.joomla.org\"]').forEach(function(link) { link.href = url; - link.target = '_blank'; }); document.querySelectorAll('a[href*=\"dashboard=help\"]').forEach(function(link) { link.href = url; - link.target = '_blank'; - link.rel = 'noopener noreferrer'; }); }); ");