Release of v4.0.2-beta3

Add more pure JS to the dynamic get area.
This commit is contained in:
2024-08-01 23:00:32 +02:00
parent ab59720c50
commit ae1c89a15d
43 changed files with 238 additions and 210 deletions

View File

@@ -14,6 +14,7 @@ use Joomla\CMS\Language\Text;
use Joomla\CMS\Router\Route;
use Joomla\CMS\HTML\HTMLHelper as Html;
use VDM\Joomla\Utilities\ArrayHelper;
use Joomla\CMS\Uri\Uri;
// No direct access to this file
defined('_JEXEC') or die;
@@ -553,7 +554,7 @@ function JRouter(link) {
<?php
if ($app->isClient('site'))
{
echo 'var url = "'. \Joomla\CMS\Uri\Uri::root() . '";';
echo 'var url = "'. Uri::root() . '";';
}
else
{